Ask Your Question
0

vector point in SVG image file

asked 2017-12-13 11:16:11 -0600

Gan gravatar image

Hi, may I know is it any way to show all the vector point of SVG image file in a Mat format? I have try to search the code for it but unfortunately i cant find any related code..Really appreciate if i can get the answer from you all

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-12-13 11:35:25 -0600

berak gravatar image

updated 2017-12-13 11:36:21 -0600

opencv is a computer-vision api, there's nothing built in to render svg images.

you'll have to write your own loader / parser, and use circle(), line(), etc.

again, i'm suspecting, you're looking at the entirely wrong library for your task.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-12-13 11:16:11 -0600

Seen: 3,997 times

Last updated: Dec 13 '17