CVision: Computer Vision Workbench
CVision: A computer vision WorkBench and Utilities written in WinForms that wraps OpenCV. I wrote it for my purposes, there is plenty to improve: https://github.com/rwoodley/CVision.
Features:
- Has all OpenCV color options and color maps.
- Histogram Equalization
- 4 Blurs
- Many Morph Modes:
- ERODE, DILATE, OPEN, CLOSE, GRADIENT, TOPHAT, BLACKHAT
- You can specify morph type (RECT, CROSS, ELLIPSE) as well as kernel size.
- Other transformations: NOT, SOBELX SOBELY, LAPLACIAN, SCHARRX1, SCHARRY1, CANNY, THRESHOLD
- Ability to group operations into ‘recipes’.
- Boolean operations.
- Intelligent contours and rotation.
- Ability to process in batch mode across a directory full of images.
- All intermediate transformations are saved.