smaranjitghose / ArtCV

Randomly Exploring Computer Vision techniques to create eye catching art out of plain boring images!
MIT License
49 stars 37 forks source link

New Effects #1

Closed Preetesh21 closed 3 years ago

Preetesh21 commented 4 years ago

Can we add a new file which shows a different style of art on the images like stippling effect etc? I would love to contribute towards it.

smaranjitghose commented 4 years ago

Nice work @Preetesh21 !

You can build upon this for:

Reference: link

Preetesh21 commented 4 years ago

Sir, I had tried for the problems and did not get very encouraging results and also the problems took considerably long time(3-4 mins) for solving the backtracking TSP. The result for the same is as : Without increasing the contrast of the image 1 Increasing the contrast: 2 I had taken 10000 cities for the kolkata.jpg image , on increasing the number of cities the system crashed.

smaranjitghose commented 4 years ago

Sir, I had tried for the problems and did not get very encouraging results and also the problems took considerably long time(3-4 mins) for solving the backtracking TSP. The result for the same is as : Without increasing the contrast of the image 1 Increasing the contrast: 2 I had taken 10000 cities for the kolkata.jpg image , on increasing the number of cities the system crashed.

I see, have you tried experimentation with an optimization library like numba

And are you facing difficulties with the mosaic effect too?

Preetesh21 commented 4 years ago

Yes, sir, I am struggling with both of them :(. The results are not encouraging at all. Sorry.

smaranjitghose commented 4 years ago

Yes, sir, I am struggling with both of them :(. The results are not encouraging at all. Sorry.

No worries. Take your time and try going through some more blogs and research papers. We always do not need pitch perfect results. That's the beauty of art.

Some quick references: 1, 2

Preetesh21 commented 4 years ago

Sure sir.