The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
40 views

How to rescale painted contents of JPanel

I have a window which contains upper JPanel where figures are painted and the lower JPanel where figures are listed in the JList the list looks like: [minature][figure.toString()] The minature is ...
1
vote
1answer
40 views

Obtaining unstandardized factor scores from factor analysis

I'm conducting a factor analysis of several variables in R using factanal(). I want to determine each case's factor score, but I want the factor scores to be unstandardized and on the original metric ...
1
vote
0answers
50 views

Update xlim based on current ylim?

I have a plot in matplotlib and I would like to resize automatically the xlim based on the view fixed by ylim. How to do that ? Currently I write : plt.ylim(0, 10) And the problem occurs when I ...
2
votes
1answer
109 views

Zooming and loading very large TIFF file

I have a very large hi-res map which I want to use in an application (imagesize is around 80 mb). I would like to know the following: How can I load this image the best way possible? I know it ...
0
votes
0answers
110 views

how to redraw lines and rectangle on picturebox when picturebox resize and sizemode property is zoom

i have a picturebox and using paint event to draw lines and rectangle, its sizemode property set to zoom.When i resize the picturebox on same proportion(btnZoomIn_Click and btnZoomOut_Click) graphics ...
0
votes
0answers
65 views

Rescale factor scores from factor analysis to latent metric in R

I'm calculating a factor analysis of several variables in R. I want to determine each case's value on the latent variable. When I run the factor analysis, I receive factor scores. The factor scores ...
0
votes
2answers
65 views

matlab: change axes from px to um

simple question... I have a matrix, lets say A = magic(512). I display it as imagesc(A). Now, I know, that 1px is equal to lets say x=15 [um]. How to display axis values in um instead of px? Thanks
0
votes
0answers
133 views

rescaled value for affinity propagation and DBSCAN cluster algorithms in python?

I tried 2 cluster algorithms in scikit learn (python): affinity propagation and DBSCAN like here: http://scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html#example-cluster-plot-dbscan-py ...
-1
votes
1answer
108 views

Rescaling an image just knowing a scale factor preserving aspect Ratio [closed]

Okay I know it sounds like it's a repost of another question, but I couldn't find anybody asking the same question as I do, or maybe I'm wrong because that's not the way how to handle the problem, but ...
2
votes
2answers
83 views

resizing image using its data

i have a c++ program which reads in an image file, deals with the header, and then stores the image's colour data in a pointer to a pointer of chars unsigned char** pixelData = new unsigned ...
2
votes
1answer
303 views

tweaking scale heatmap with ggplot2

I am a complete newbie with R and please forgive me if this already has been asked a gazillion times. I am trying to make a heatmap using R, following this example, which are tsvs. This is an ...
1
vote
1answer
136 views

Why does resize make my image look strange?

I have a relative layout on which i add a view. this is the code in the activity: paint = (RelativeLayout) findViewById(R.id.paint); new Handler().postDelayed(new Runnable() { @Override ...
0
votes
1answer
178 views

Viewport3D disable rescaling / resizing

How can I disable the following strange resize / rescaling behaviour of a Viewport3d in WPF? Notice that I do not change the window height: How can I disable this "feature" of WPF (or why does ...
1
vote
0answers
66 views

Android blank bitmap

I'm creating bitmaps using inSampleSize. I've come across an unusual problem. On some images the rescaled image is blank. Example 1: Original: 4288x2848 inSampleSize = 2; Rescale: 2144x1424 ...
8
votes
2answers
10k views

Java image resize, maintain aspect ratio

I have an image which I resize: if((width != null) || (height != null)) { try{ // scale image on disk BufferedImage originalImage = ImageIO.read(file); int type = ...
-5
votes
1answer
310 views

Serious bug in QGLWidget::renderText() [closed]

the question is, is this really a bug? I struggled a lot with the simulation I wrote to understand the cause of the segmentation fault that happens when scrolling, and eventually I found that text ...
0
votes
1answer
41 views

Point Re-Plot on Image Rescaling

I want to be able to plot a point on a rescaled image back to the original image and still point at the same location on the image. Say I have an image with an original size of 1024x768. I rescale ...
1
vote
1answer
394 views

Rescale column in dataframe?

I have a dataframe called data where I would like to rescale the values in the 4th field to a range of 0-1000 and round the scaled value to the nearest integer. I'm trying to use ddply, round and ...
1
vote
2answers
1k views

Android Canvas slow drawing/animation

I am drawing bitmaps on the canvas using bitmap factory(see P.S.). I also have an animation applyed to my bitmap. I use bitMapFactory.options with options.inScaled = false; options.inDither = true; ...
0
votes
4answers
659 views

Rescaling numbers between 0 and 1

I have the following list of numbers: 3.16, 4.72, 6.44, 8.25, 3.76, 4.87, 5.76, 6.5, 7.32 I have to rescale the numbers between (0, 1) such that: 1)The smallest number gets a value closest to 0 but ...
1
vote
2answers
162 views

Rescale listboxes or other items? but not text (WPF)

The question is quite clear. I have listviews or listboxes in my view. If i make my screen smaller, i want that my text (labels etc) stay the same size. But the listviews and listboxes have to become ...
0
votes
1answer
466 views

Algorithm for fast decompression & rescaling of jpeg image

Working on an application in uCLinux 2.4 to run in an IP camera. Need to grab an image from the videostream (MJPEG, MPEG4 or h.264), decompress it to raw format and rescale it to smaller size. Need to ...
3
votes
2answers
2k views

.net Drawing.Graphics.FromImage() returns blank black image

I'm trying to rescale uploaded jpeg in asp.net So I go: Image original = Image.FromStream(myPostedFile.InputStream); int w=original.Width, h=original.Height; using(Graphics g = ...
1
vote
2answers
646 views

Cocoa : Scale Image dragged into an ImageWell

I am working on application to keep a comic book collection in order. The user should be able to drag an image of the cover artwork into the program via an ImageWell. Since it is not possible to drag ...
0
votes
1answer
153 views

Auto inferring scale for a time series plot

Problem: I am plotting a time series. I don't know apriori the minimum & maximum values. I want to plot it for the last 5 seconds of data. I want the plot to automaticaly rescale itself to best ...
2
votes
3answers
973 views

Scaling a 2D polygon with the mouse

I develop a Python-based drawing program, Whyteboard (https://launchpad.net/whyteboard) I'm developing features to allow the user to rotate and scale a polygon that they draw. Here's my problem: I ...
2
votes
4answers
11k views

Correct way to standardize/scale/normalize multiple variables following power law distribution for use in linear combination

I'd like to combine a few metrics of nodes in a social network graph into a single value for rank ordering the nodes: in_degree + betweenness_centrality = informal_power_index The problem is ...