Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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..
 
  • Like
Reactions: notbug

    notbug

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top