• Stars
    star
    8
  • Rank 2,099,232 (Top 42 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Marching-squares algorithm ported to OpenCV (C++) from the Java implementation at http://www.tomgibara.com/computer-vision/marching-squares

More Repositories

1

openvslam-build-vs

Visual Studio project files for OpenVSLAM โ€“ no need to use CMake
C
17
star
2

anno

A desktop application that can be used to annotate images for semantic-segmentation purposes
C++
11
star
3

tinyseg

Simple image segmentation and classification using tiny-dnn
C++
7
star
4

lru-timday

LRU cache implementation in C++ by Tim Day
C++
5
star
5

cpp-exclusive-lock-file

C++ RAII class to use an exclusive lock file (to prevent two instances of an application from using the same working directory, for example)
C++
5
star
6

devday2013-predictive-analytics-hands-on

Instructions and sample code for the Predictive Analytics Hands-on session at Dev Day 2013
Python
4
star
7

QResultImageView

Qt view to display machine vision (or other image-based) results
C++
3
star
8

annonet

Train and apply semantic-segmentation neural networks based on annotations generated using anno (see https://github.com/reunanen/anno)
C++
3
star
9

open-inspection-system

An open platform for building different kinds of camera-based quality control and other systems
C++
2
star
10

convert-images

Batch-convert images
C++
2
star
11

opencv-build-vs

Visual Studio project files for OpenCV โ€“ no need to use CMake
C++
2
star
12

opencv-show-pixel-value

Display images using OpenCV so that pixel values are displayed on mouse hover.
C++
2
star
13

nsis-nssm

Scripts to install and uninstall NSSM-based services using NSIS
NSIS
2
star
14

tiling

A simple algorithm that generates a set of tiles covering a rectangle โ€“ useful in deep learning using large images, for example
C++
1
star
15

split-large-anno-images

Split large training images, so that generating mini-batches is more convenient
C++
1
star
16

qt-image-flood-fill

A simple flood-fill ("bucket tool") algorithm for Qt images
C++
1
star
17

clipper-angus

Clipper - an open source freeware library for clipping and offsetting lines and polygons by Angus Johnson (http://www.angusj.com/delphi/clipper.php)
C++
1
star
18

opencv-matey

Need to use different sized OpenCV `Mat`s, but don't want to reallocate memory over and over again? Use a `Matey`!
C++
1
star