Click here to Skip to main content
15,888,579 members

Comments by sahil ajmeri 2022 (Top 19 by date)

sahil ajmeri 2022 25-Sep-23 7:28am View    
how do I use can you give me more specific detail about How to use It ?
sahil ajmeri 2022 2-Aug-23 3:31am View    
okay i have use Hough Circle Transformation and after modifying some values of parameters i am able to detect circle but the accuracy of the perfect detection is still missing somewhere. i have some sample images are :

https://ibb.co/FXnWXyX
https://ibb.co/ZmmJ5Rf
https://ibb.co/gD8G7tr
https://ibb.co/tpL1whR
https://ibb.co/YhRxY0B
https://ibb.co/sJ7Zzzb

some of the detection of circles are accurate like some circle lines did not match whole part of circle
sahil ajmeri 2022 20-Jul-23 5:25am View    
Update : i don't know why but when i deleted Emgu.CV library from nuget pkg and added dlls from the reference
1.Emgu.CV
2.Emgu.Util
3.Emgu.CV.UI

i was working.

but now the problem is i was using nuget pkg Emgu.CV library of version 3.3.0.2824 it was using Emgu.cv.World.dll and now i am using these three dlls from reference and it uses Emgu.CV.dll so the functions have been changed.
i was using : var rect = CvInvoke.MinAreaRect(points);
now its giving me error because it not in reference dll
so now which function i can use instead of the : var rect = CvInvoke.MinAreaRect(points);
i am updating my question and posting the code where i want to change the function.
sahil ajmeri 2022 20-Jul-23 5:15am View    
yess i have checked missing dependencies too.
sahil ajmeri 2022 20-Jul-23 1:58am View    
yes !!!