Close

MONEY (part 2)

A project log for LadyBug BEEFY: 3D printer motorized microscope

Got printer? Connect to the motors with a Pi, plonk in a cheap scope, and do 2D and 3D scans!

ahron-wayneAhron Wayne 01/10/2020 at 00:294 Comments

Wow, so I've got 3 followers, now, nice! Hooray for Reddit!

I mentioned before that I had a scan of 17,000 images or so. The truth is, that's actually five scans of 3000-odd x/y scans each, just at different Z heights. The purpose of that is to eliminate the need to autofocus: If you have a usable focal depth of, say, 50 microns, and the variability of the sample or bed is 200 microns, just blindly do 5 scans at 0, 50, 100, 150, and 200 microns Z height variance. 

Then, you can compare the focus quality after the fact for each sub-image, and pick the best before doing stitching, as in this more-comment-than-code snippet:

def variance_of_laplacian(image):
	# compute the Laplacian of the image and then return the focus
	# measure, which is simply the variance of the Laplacian
	return cv2.Laplacian(image, cv2.CV_64F).var()

 (https://github.com/yuji3w/ladybug/blob/master/utils/blur.py)

Hooray, brute force! If I were saying that this is an efficient way of going about things, I would be lying through my teeth. But it is a way of faking depth of field if you're not smart enough to do autofocus in real time.

I got lazy and did NOT bother to do that here for my extra-close-up of his nose. And those eyelashes. Wow. 

Full image here: https://www.easyzoom.com/imageaccess/08c28e0a1ce84eac8a3fb6193ceb004d

The color variation is a consequence of the stitching software and not seen in the original raw pieces.

I tried a couple things different for the back half of the 50. I stuck it to a piece of metal with which I stuck to a piece of metal with magnets instead of using tape, which worked alright. Interestingly adding all that weight reduced the magnitude, but increased the duration, of the bed vibration as observed when changing the Z height.  

This obscures the corners, too, and adds area of shininess, which confuses the heck out of the USB microscope's auto exposure. 

(50% scale).

one thing I did was using a much higher step size for moving the scope --- 480 and 340 steps in the X and Y dimensions, as opposed to 200x200 before. The stitching program had no trouble withit, and in fact I think it results in less color variance and warping. however, the resolution is also a bit lower, though I'll have to do tests side-by-side to confirm! I am wondering if microsoft ICE is doing oversampling and faking those pixels a bit. 

What should I scan next? 

Discussions

Ahron Wayne wrote 06/19/2023 at 23:10 point

I like the not agree guy and yes, money is funny 

  Are you sure? yes | no

David Turner wrote 06/19/2023 at 18:50 point

Money plays a significant role in our life. They provide us with the opportunity to satisfy our needs and desires, providing comfort and security. Money gives us freedom of choice and the opportunity to fulfill our dreams. Recently just wrote about poverty and homelessness essay, found https://edubirdie.com/examples/poverty-and-homelessness-essay/ for this. They can determine our education, career, access to health care and life opportunities. But despite their importance, money is not the only indicator of happiness and success. It is important to remember that real value lies in the balance between material well-being and the spiritual, emotional and social components of our lives. I don't think there's anything to argue about!

  Are you sure? yes | no

stevenaughtonnsx11 wrote 06/19/2023 at 18:48 point

not agree

  Are you sure? yes | no

David Turner wrote 06/19/2023 at 18:48 point

Money matters a lot

  Are you sure? yes | no