SanhoLee / IMGPROCAPP_WINDESKTOP

Extracting point coordinate by using computer vision analysis on desktop Environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📺Desktop App for IMG Processing.

This is What the app does. 😂

I wrote a scatter chart for the output file(csv format).

It looks super same with what my app processing.🤤

img for app appearance

🖼Main Features and IMG Processing Flow.

  1. Load IMG
  2. Cutting IMG
  3. Masking IMG
  4. Do CannyEdge Calculation
  5. Get the Pixel Position Processed.
  6. Save Pixel Position with CSV Format. 2)~3) is optional.

🖱️Mouse Event Features

Common rule : If you want to Fix the selected status, Just Press middle button of mouse and Hit the Spacebar key. ⌨️

  • CuttingIMG✂️ : Picking 2 Points from left top to right bottom, A rectangle area will be working area for next processing. mouseEvent_imgCut

  • Masking IMG 😷 : Pickng 4 Point either clock-wise or counter clock-wise direction, a polygon area which has 4 lines make Masking zone. mouseEvent_imgMask

⚙️Development Environment

  • OS : Windows
  • Languages : C#
  • IMG Processing Library : OpenCVSharp

📃Prerequisite

  • Reference files(dll) : OpenCvSharp*
    • OpenCvSharp.dll
    • OpenCvSharp.Extensions.dll
    • OpenCvSharpExtern.dll
    • You can get these in here.
    • I use this Release version : OpenCvSharp-4.5.3-20211228

About

Extracting point coordinate by using computer vision analysis on desktop Environment.


Languages

Language:C# 100.0%