Category - Kineme CV

Apply Haar Cascade
This patch detects objects in the source OpenCV Image, based on the input Haar Cascade criteria. http://kineme.net/ more...
Uploaded 07 Feb 20:56

Detect Lines
This patch performs the Hough Lines algorithm on the input image, which finds lines in the image. The input should be passed through the Canny filter first with pretty high thresholds, otherwise it'll produce garbage and execute very slowly. http://kineme.net/ more...
Uploaded 07 Feb 20:56

Log-Polar Space Converter
This patch transforms an OpenCV Image to and from log-polar space. http://kineme.net/ more...
Uploaded 07 Feb 20:56

Find Chessboard Corners
This patch finds a set of chessboard corners in the input image. This is useful for Camera calibration and orientation parameters. Currently there aren't any calibration or orientation patches in this plugin though, so it's a bit frivolous. http://kineme.net/ more...
Uploaded 07 Feb 20:56

CV Image To QC Image
This patch converts an OpenCV Image to a QC Image, suitable for use in QC Image manipulation paths. http://kineme.net/ more...
Uploaded 07 Feb 20:56

QC Image To CV Image
This patch converts a QC Image to an OpenCV Image, suitable for use in OpenCV Image manipulation paths. http://kineme.net/ more...
Uploaded 07 Feb 20:56

BGR CV Image to Grayscale
This patch converts a normal RGB/BGR OpenCV Image to a Grayscale OpenCV Image. http://kineme.net/ more...
Uploaded 07 Feb 20:56

Good Points To Track
This patch finds features in the input image that appear to have easy tracking characteristics. http://kineme.net/ more...
Uploaded 07 Feb 20:56

Optical Flow Points
This patch claculates the flow of given trackpoints based on the input stream. http://kineme.net/ more...
Uploaded 07 Feb 20:56

Canny Filter
This patch performs Canny Edge Detection on the input OpenCV Image. http://kineme.net/ more...
Uploaded 07 Feb 20:56