pinochios / cubesat

0 stars 0 forks source link

Image processing #1

Open pinochios opened 6 years ago

pinochios commented 6 years ago

The goal of using image processing is to eliminate all those insignificant data, because of the parameter we have. So that for every time the cubesat come in to the signal range, we can be able to get the important picture in one orbit.

More we will use the image processing software to eliminate the unnecessary pictures; such as picture that we only see a slice or half of the earth.

pinochios commented 6 years ago

Image processing in c++

Background info http://home.iitk.ac.in/~rksr/adisl/DIP_Programming_Fundamentals.pdf

pinochios commented 6 years ago

library

-Dlib, c++ image processing -http://dlib.net/imaging.html#scan_fhog_pyramid

pinochios commented 6 years ago

Color image processing

Image processing in c++

Background info http://home.iitk.ac.in/~rksr/adisl/DIP_Programming_Fundamentals.pdf

identifying color by pixels

ref - https://www.eecs.wsu.edu/~cs445/Lecture_14.pdf ref - https://www.ics.uci.edu/~majumder/DIP/classes/color.pdf

Color difference

Background elimination methods ref - https://stackoverflow.com/questions/25398188/black-color-object-detection-hsv-range-in-opencv

Color detection https://www.opencv-srf.com/2010/09/object-detection-using-color-seperation.html?m=1

opencv black detection on webcam vid - https://youtu.be/AJ3ozBzUThk github - https://github.com/kswain1/OpenCV

Color reduction in an image doc - https://www.mathworks.com/help/images/reduce-the-number-of-colors-in-an-image.html#f8-12491 imapprox - https://www.mathworks.com/help/matlab/ref/imapprox.html

image/object recognition


library


image processing program tool

pinochios commented 6 years ago

image processing program tool

pinochios commented 6 years ago

Hue values of basic colors

    Orange  0-22
    Yellow 22- 38
    Green 38-75
    Blue 75-130
    Violet 130-160
    Red 160-179
pinochios commented 6 years ago

install opencv on codeblocks

https://www.youtube.com/watch?v=Qb9n8gQ0RwA