Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

about drill detection

Lamp
Beginner
236 Views
hello all,

I want to implement some drills detection function, please guide the API i can use.
Fill the drill hole and keep both drill hole and wear; ignore other elements.

original image:
11 1 0 0 0
1 0 1 0 0 0
1 1 1 0 0 0
0 0 0 1 1 1
0 0 0 1 1 1
0 0 0 1 1 1

expected result:
1 1 1 0 0 0
1 1 1 0 0 0
1 1 1 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0


Regards
Xie
0 Kudos
1 Reply
Chao_Y_Intel
Employee
236 Views


Hi Xie,

I think you are looking for some algorithm in the computer vision. Intel IPP provides some low level optimized primitives and does not have one function that can match such algorithm.

Thanks,
Chao

Reply