Question: work with images in Maple


 


 

restart

 


It strikes me that from  May 5, 2008, not published any work on Maple Application Center where you use the Image package.

 

 

NULL

M := Read(
NULL

M1 := (-M)*(1/2)+.686:NULL

S := M[1 .. 130, 100 .. 230]:
NULL

Preview(M):

NULL

Preview(M1):

NULL

Preview(S):

NULL

``

NULL

`~`[evalf[3]](M[() .. 5, () .. 4])

Array([[.451, .463, .475, .482], [.447, .459, .471, .478], [.443, .455, .467, .471], [.443, .451, .463, .471], [.439, .451, .463, .467]])

(1)

NULL

`~`[evalf[3]](M1[() .. 5, () .. 4])

Array([[.461, .455, .449, .445], [.462, .457, .451, .447], [.464, .459, .453, .451], [.464, .461, .455, .451], [.466, .461, .455, .453]])

(2)

NULL

plots[matrixplot](convert(S, Matrix, datatype = float), gap = .25, style = surface, shading = zgrayscale, orientation = [-10, 0, 179]):

 

ROTATE THE PLOT!!!!

 

How I can use the command plot3d/viewpoint to save me the need to rotate, the last image displayed with the mouse?

Using the latter procedure I have done today show the avatar in the forum.

Gracias

 

NULLwith(ImageTools):

 

Download monocromatic_image_p.mw

Please Wait...