image processing libraries in c language

Status
Not open for further replies.

vahidnoori

Junior Member level 2
Joined
Dec 25, 2013
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
137
hi every body.
i am seeking for image processing libraries such as rgbtograyscale library and matrix library and ...
is there any body that can help me???
thanks.
 

in matlab you have rgb2gray function...you can also convert to gray by multiplying RGB channels of the image with corresponding scalar values...

in C and C++ you need to use OpenCV libraries...you need to configure them first in your c compiler and include the library files and then call the function...check the link

https://docs.opencv.org/#indices-and-tables
 

OpenCV is the best library.. u can use this with visual studion in windows.. if you need to configure this along with visual studio, watch my video on how to make this happen..
 
Reactions: notbug

    notbug

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…