eberaud Posted April 25, 2016 Report Share Posted April 25, 2016 Believe me or not, I actually made this inadvertently! I'm sure it would have taken me much longer to achieve the same result on purpose!! Anybody has examples of unexpected beautiful graphical renderings made with LabVIEW? Quote Link to comment
ShaunR Posted April 25, 2016 Report Share Posted April 25, 2016 You and I have very different ideas about beautiful art Are random[ish] patterns beautiful? This is what some bytes look like for a SQLite database. Here is the same data with AES128 ECB encryption. And here with AES256 CBC Quote Link to comment
eberaud Posted April 25, 2016 Author Report Share Posted April 25, 2016 (edited) I like your "Probably Random" indicator, I should put more of those in my VIs Edited April 25, 2016 by Manudelavega Quote Link to comment
ShaunR Posted April 26, 2016 Report Share Posted April 26, 2016 11 hours ago, Manudelavega said: I like your "Probably Random" indicator, I should put more of those in my VIs Convincingly random? Confidently random? Deceptively random? Indecernably random? Random looking? Good enough? They were all others I toyed with Don't forget it's not at all random - just looks like it statistically Quote Link to comment
Popular Post CopperD Posted April 26, 2016 Popular Post Report Share Posted April 26, 2016 (edited) These attractors show sensitive dependence on initial conditions so it shouldn't be to far of a stretch to call it inadvertently generated. Part of my collection of computer generated art I have done in LabVIEW. Edited April 26, 2016 by CopperD 4 Quote Link to comment
Neil Pate Posted April 27, 2016 Report Share Posted April 27, 2016 Nice, what did you plot this with? Not the 2D Picture control I am guessing Quote Link to comment
CopperD Posted April 27, 2016 Report Share Posted April 27, 2016 (edited) I display internally using the X-Y intensity graph (Limited to a 8-bit palette) Once I get what I like I apply filters and render to a png. I did these before I started using the vision toolkit for my job. Vision Toolkit makes angry Fred. Someone at NI decided when you create image spaces to give them string names to mask the pointers but let's still treat them as pointers. This part isn't bad until you realize any time you use an imaq image it does a linear search using string compare. This easily adds milliseconds to any vision function you wish to use. F&$(ING LAZY M$TH&R F%%#ERS! It's just one of many bugs you learn to work around with the Vision Toolkit. Edited April 27, 2016 by CopperD Quote Link to comment
eberaud Posted April 27, 2016 Author Report Share Posted April 27, 2016 Wow I should have a closer look at that intensity chart, impress my boss... What is it usually used for? (a bit of a digression from the initial topic...) Quote Link to comment
CopperD Posted April 27, 2016 Report Share Posted April 27, 2016 Its great for showing 2d Arrays. I said X-Y intensity graph it's just called intensity graph. Just feed it a 2D array and the values in the array are shown as colors based on magnitude. Look at my mandelbrot explorer for the basics. Attached is another example I wrote for my RF Explorer (Handheld Spectrum Analyzer) Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.