Electron microscopy
 
shape to Obtain the Image Dimension (Height and Width)
- Python for Integrated Circuits -
- An Online Book -
Python for Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix

=================================================================================

============================================

============================================

np.zeros(5); np.zeros((1,M)); np.zeros((3, 5)); np.zeros((2, 3, 4)); np.zeros((N,1)); np.ones((2, 3, 4, 3)); np.eye(3); np.random.random((2,3)); np.random.rand(2,3); np.shape(0); np.array( [2.71, 3.14, 3000]); np.arange(1, 10); np.arange(6); np.arange(0, 12, 2); np.linspace(0, 10, 5); np.hstack([0, 14]); np.vstack([0, 14]). Code:          
          shape to Obtain the Image Dimension
          shape to Obtain the Image Dimension
          shape to Obtain the Image Dimension

============================================

Compare two images using the structural similarity algorithm (SSIM). The images need to have the same resolution. Code:          
          shape to Obtain the Image Dimension

============================================

Convert RGB(color) image into three Blue, Green, Red images. Code:          
          shape to Obtain the Image Dimension

============================================

Template-image matching with a threshold. Optimized threshold is 0.8 normally. Code:          
          shape to Obtain the Image Dimension

============================================

Image matching with cross correlation and overlap of template edge. Code:          
          shape to Obtain the Image Dimension

============================================

Template Matching. Code:          
          shape to Obtain the Image Dimension

============================================

Numpy splicing. Code:          
          shape to Obtain the Image Dimension

============================================

Simple rotation of an image around an axis. Code:
         Automatically Review, Scroll, Click Webpage and Its Link         
Input:          
         Snipping tool: take a screen shot from the full screen
Output:          
         Automatically Review, Scroll, Click Webpage and Its Link
         Automatically Review, Scroll, Click Webpage and Its Link

============================================

Find the height and width of wafer maps. Code:
         Automatically Review, Scroll, Click Webpage and Its Link         
Input:          
         Automatically Review, Scroll, Click Webpage and Its Link


         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         

 

 

 

 

 

 

 

 

 

 

=================================================================================