Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Now i am working on an image processing project with c# .net.i required to find slic super pixel segmentation ..

Ftom github I got a slic superpixel segmentation project (in c#) using opencv vlfeat...

How to add/refer this project to my c# project???pls advice
Posted

1 solution

There is no mention of C++ in your question body.
Anyway, usually you might call C++ code packaged in a DLL via Platform Invoke[^].
 
Share this answer
 
Comments
Philippe Mori 17-Sep-15 12:31pm    
Or using a mixed mode assembly if you need more power...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900