Items tagged with image image Tagged Items Feed

Given:

f:=proc(a) x->modp(a*x,256); end proc:

Determine for which values of a in Z[256] the functions f(a) are onto.

I know that I need to use evalb to check if the image and coDomain are the same. I just cannot get it to work.

I would like to save a simple plot to jpeg file on my hard disk. I've got a Maplet, and a Button which looks like that

Button['SIM']
 (
     "Save image",
     onclick=Evaluate('function'='saveImage()')
)

and a procedure:

saveImage := proc()

   plotsetup('jpeg', 'plotoutput'="plot.jpeg", 'plotoptions'="portrait,noborder");
   plot3d(sin(x)+cos(y), x=0..2*Pi, y=0..2*Pi, 'axes'='boxed');

 

 

 

 

 

 

Hi everyone

I'm new to the forum, but I hope you can help me with a problem concerning import of pictures to Maple. I'm working with diffraction from a rectangular and circular aperture. I haven't made the experiment yet, but I've thought about taking some pictures of the diffraction pattern and then use Maple to calculate the intensity of the light to make a three dimensional plot (intensity as a function of position).

Right now I just want to import a picture...

Hi,

I am using maple x64 to read/ open some large TIF files.   The files are 57 Mb each and I want to open 16 of them.  Maple looses kernal connection twards the end of the calculations each time.  This is anoying. Is there a way to fix this?

If I take the result form y and defign it as y and delete x them maple will calculate 1 more function set.

document setup;

x=read-image (using the actual maple commant)

y=entropy (x...

Hello, MaplePrimes!

I want to create a custom component to solve a pulley dynamics problem using MapleSim. But I don’t know, how to do it, I’m a beginner in MapleSim.

So I decided to start my work with a simple model – I decided to create a custom component, which is equivalent with a standard component from MapleSim component library – Wheel Axle.

I’ve read a Help topic on Wheel Axle, from where I’ve found out differential...

Hello.

My question is quite simple : how can we define the size in pixels of a plot ?

After plotting we can change the size of the image with the mouse but it is quite approximative.

For example is it possible to display (by default) all the plots of a worksheet in 800x800 pixels ?

Thank you very much.

I've looked at a number of plot options, and don't see how to get the same relative size in my printed doc that I see on the screen...the plot size wrt the text and formulas. Is this related to the same problem that I have getting images in general to be a predictable size?

Hello,

I have spent all morning trying to create a surface plot from a set of survey data that I have. The data I have is in the format xi, yi, zi. It is in Excel in columns. I read some previous questions on this topic, but my plot just comes out all jumbled.  Here is what I coded.

As soon as I figure out how to post images, i will post the plot...

This post is a further development of my earlier question in reply to John's post. I have implemented a basic version of the CANDECOMP/PARAFAC algorithm referred to on Wikipedia and described 

i have an image and would like to perform a canny edge detection. one of the first steps is the convolution of the image with a smoothed derivative filter, i.e. a gaussian. the problem is, that i don`t know, how to convolve my collection of discrete pixels (the image) with a 2D gaussian. how do i get an integer-valued convolution kernel that approximates a Gaussian with a variable sigma?

I am using MapleNet14 on Mac OS X Server 10.6.4. 

 

I tried to draw 3D plot by the use of MapleNet's Image Generation.

But the following URL that is sample code from document does not 

produce 3D plot.

http://localhost:8080/maplenet/imaging/image?maple=plot3d(x^2%2By^2,x=-1..1,y=-1..1)&width=400&height=400

 

Error messages are

  MapleNet JSP Error

  com.sun.opengl.impl.macosx.CGL.createPBuffer...

If you construct the tensor product W of an m- and an n-dimensional vector space, U and V, then you can view the elements of W as m by n matrices (by picking a basis for U and V). The rank one matrices are the elements that can be written as the tensor product of (nonzero) vectors u in U and v in V; this corresponds to writing the matrix as u

I have gotten some comments about my new avatar, including a few commenting that while my picture is clear on the blog contributors sidebar, it is "blurry" on my blog posts. I just wanted clear this up.  I am not in the witness protection program; I just really love singular values.  My new avatar, just like my old one, is a rank 4 approximation of a picture of me using the singular value decomposition.

I have an BW image, which i can read in with ImageTools. now i simply want a histogram of it. the plothistogram function works, but i am not sure that it does right, because the numbers in the plot seem far to big. so i am trying to use the histogram function but i am only able to plot a histogram for a single vector of my image. is there an easy way to use the histogram function for the entire array? as the next step, i would like to compute the variance of the histogram....

1 2 Page 1 of 2