• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 4 years ago

Reviews

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

Repository Details

Qt view to display machine vision (or other image-based) results

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

cpp-marching-squares

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

tinyseg

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

lru-timday

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

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
7

devday2013-predictive-analytics-hands-on

Instructions and sample code for the Predictive Analytics Hands-on session at Dev Day 2013
Python
4
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