Questions tagged [multiscaleimage]
30 questions
7
votes
3 answers
How to add text in Deep Zoom Composer?
I want to compose my own project in deep zoom composer however I would like to know on how to add text per image zoomed in just like the hard rock memorabilia
I want to consume it, using silverlight 4.0
As you notice, under right pane, it has its…

xscape
- 3,318
- 9
- 45
- 86
5
votes
3 answers
Are there an alternative to Deep Zoom for Windows Store App?
I have to work with a lot of images (high resolutions) and the best approach was to use Deep Zoom but it is not available for Windows Store app.
http://msdn.microsoft.com/en-us/library/cc645050(v=vs.95).aspx
Does an alternative exist?
If not, what…

monstergold
- 755
- 1
- 9
- 24
3
votes
1 answer
WP7 MultiScaleImage getting images from Isolated Storage
I want to create a similar control to that of the Bing Maps control (from which I can see it uses the MultiScaleImage) but I have all of my images stored in a compressed format in local isolated storage.
I know of the MultiScaleTileSource class, but…

Mark
- 14,820
- 17
- 99
- 159
3
votes
2 answers
Silverlight MultiScaleImage won't fill available space
Is it me or does the MultiScaleImage not even display without explicit width and height? I can't get it to fill a grid cell for some reason. It behaves differently from most other elements.
If I ditch the height and width on the Viewer, it doesn't…

Jeff Putz
- 14,504
- 11
- 41
- 52
3
votes
1 answer
Multiscale Morphological Image Simplification in Matlab
Hi all I am currently trying to use the SMMT operator of the paper "Multiscale Morphological Image Simplification" at Dorini. Since the page cannot be accessed without subscription, I am posting the relevant details here:
Please Note that I am…

roni
- 1,443
- 3
- 28
- 49
2
votes
0 answers
Why YOLO and YOLOv2 downsample the input by 32 in multi-scale training?
I currently read YOLOv2 paper. And I couldn't understand why YOLO and YOLOv2 downsample the input by 32 in multi-scale training.
Can someone explain to me why the width and height is a multiple of 32?
I know that YOLO takes images of size 320×320,…

min_dtja
- 21
- 1
2
votes
1 answer
MultiScaleImage (DeepZoom) control on Windows Phone 7 and image collections
I am developing a WP7 application that displays and arranges images using a MultiScaleImage control.
Currently, I don't think my 'output' xml/dzc is properly formated to point to all of the sub images in the right places.
How do I export my Deep…

allonhadaya
- 1,297
- 7
- 19
2
votes
3 answers
Phase shifting image content after analyzing with riesz transform
I am working on a project involving video motion magnification algorithms. Currently I am trying to understand phase based motion magnification using a riesz pyramid. My main source of information is this document:
Riesz Pyramids for Fast…

BoltzmannBrain
- 219
- 2
- 13
1
vote
1 answer
How to improve accuracy of multi scale template matching in opencv
Tried this multi scale template matching example but its inaccurate with this
image
I want to locate my template in an input image where the template might show at different scales, so that I can perform affine transformations later.

SATYAM
- 19
- 1
- 4
1
vote
1 answer
Silverlight MultiscaleImage fill available height
I have a sample app with a MultiScaleImageControl. By default it fills the available ViewPort width. How can i make it use the available height?
Edit (Copy from comment)
It's nothing more than
…

Jérémia
- 11
- 1
1
vote
0 answers
AndroidStudio DaveMorrissey's SubsamplingScaleImageView with gif image
I'm using this wonderful library to handle a Map in my Android application. I'm making a custom view named MapView that extends SubsamplingScaleImageView. I'm trying to use the base PinView extension of the library to set a Pin over the map but i…

Gianluca Vasaturo
- 11
- 1
1
vote
2 answers
MultiScaleTileSource and Collections
Does anyone know how to override the GetTileLayers for a collection in the MultiScaleTileSource class. I want to set the source to a xml document ( which is a deep zoom collection doc ). I need to remap where the images come from and the…

Dave
- 11
- 2
1
vote
3 answers
Silverlight, DeepZoom zooming animation
When I set the ViewportWidth of a Deepzoom image in Silverlight the zoom level changes very quickly. Is there a way I can set the time this zooming animation should take?
Thanks

Marklar
- 1,056
- 2
- 13
- 31
1
vote
1 answer
Limit panning only to visible image area in Silverlight MultiScaleImage
Silverlight experts out there, I need some help.
I used Deep Zoom Composer to generate the Silverlight application for a large map image(20MB+) for a client.
But the client does not want the people to pan to the black areas that are out of the…

Ivan
- 125
- 1
- 10
1
vote
1 answer
Silverlight MultiScaleImage/SubImage Viewpoint arrangement logic question
I've been beating my head against this for awhile to no avail.
I have a bunch of images of geological samples which are nominally 1500px wide by 30,000px long. A typical set of these images will number from 20-100. I have used the…

Chris B
- 926
- 7
- 16