Helsinki

Juha Reunanen

Expert
@reunanen

openvslam-build-vs. Visual Studio project files for OpenVSLAM – no need to use CMake

20

anno. A desktop application that can be used to annotate images for semantic segmentation and object detection purposes

10

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

7

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)

7

tinyseg. Simple image segmentation and classification using tiny-dnn

7

lru-timday. LRU cache implementation in C++ by Tim Day

5

devday2013-predictive-analytics-hands-on. Instructions and sample code for the Predictive Analytics Hands-on session at Dev Day 2013

4

opencv-build-vs. Visual Studio project files for OpenCV – no need to use CMake

3

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

3

open-inspection-system. An open platform for building different kinds of camera-based quality control and other systems

2

opencv-show-pixel-value. Display images using OpenCV so that pixel values are displayed on mouse hover.

2

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

2

nsis-nssm. Scripts to install and uninstall NSSM-based services using NSIS

2

convert-images. Batch-convert images

2

split-large-anno-images. Split large training images, so that generating mini-batches is more convenient

1

qt-image-flood-fill. A simple flood-fill ("bucket tool") algorithm for Qt images

1

boost-prebuilt-windows-binaries. Prebuilt Boost binaries for Windows (both x64 and x86)

1

abseil-build-vs. Visual Studio project file for Abseil (no need to use CMake or Bazel)

1

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)

1

tiling. A simple algorithm that generates a set of tiles covering a rectangle – useful in deep learning using large images, for example

1

opencv-matey. Need to use different sized OpenCV `Mat`s, but don't want to reallocate memory over and over again? Use a `Matey`!

1
21
Apply