LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ASCII art in LabVIEW

You can help to make a project to translate a normal picture into ASCII art?

0 Kudos
Message 1 of 5
(1,592 Views)

Where are you with this?

 

Where did you get stuck?

 

I'd google for an algorithm first. For example: Converting an Image into ASCII Art Masterpiece - Jonathan Petitcolas (jonathan-petitcolas.com)

 

Make sure you understand the algorithm...

Message 2 of 5
(1,582 Views)

I was asked to do a project on this topic, but I don't know where to start.But after reading the article, I more or less figured it out. Thank you!

0 Kudos
Message 3 of 5
(1,569 Views)

An interesting, and much harder, idea would be to not just translate a pixel to a character, but try to use \/ pipe and the like to make a 'drawn' picture. Maybe you can 'just' do OCR on 16x16 blocks and see what comes out? 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 5
(1,542 Views)

@Yamaeda wrote:

An interesting, and much harder, idea would be to not just translate a pixel to a character, but try to use \/ pipe and the like to make a 'drawn' picture. Maybe you can 'just' do OCR on 16x16 blocks and see what comes out? 


A genetic algorithm or neural network or any kind would also make this interesting.

0 Kudos
Message 5 of 5
(1,529 Views)