Questions tagged [mosaic]

Mosaic is the predecessor to Netscape Navigator and Internet Explorer.

Mosaic-CK and VMS Mosaic are the remaining branches of the original browser.

113 questions
1
vote
1 answer

VLC mosaic stops after 10 seconds

I am trying to merge my videos into mosaic, but i've encountered a problem. Video stops after 10 seconds and returns into interface (I am using --no-video-deco) What did I tried: Change of files (other format, lower resolutions, different videos…
Aramil
  • 167
  • 6
1
vote
1 answer

Mosaic rasterstacks using minimum of certain layer

I am trying to mosaic 42 remote sensing rasterstacks (with 250 bands) based on the criterion that in overlapping areas, the pixel should be taken that has the most nadir viewing angle Beside my rasterstacks I also have 42 rasters (so one for each…
rubenvdk
  • 31
  • 2
1
vote
2 answers

How to mosaic the same HDF files using this R function?

There are more than 1,000 MODIS HDF images in a folder: M:\join Their names show us which files must be mosaiced together. For example, in the below files, 2009090 means these three images must be mosaiced together:…
Canada2015
  • 65
  • 1
  • 9
1
vote
2 answers

Opencv Mosaic from video

I need to do the same thing of this video https://youtu.be/59RJeLlDAxQ but in Opencv. For now I'm doing this thing http://ramsrigoutham.com/2012/11/22/panorama-image-stitching-in-opencv/ with a little modify in the final image merging, but it…
bjorn
  • 338
  • 6
  • 18
1
vote
1 answer

Moving label position in mosaicplot() in R

Given this example mosaicplot in R, ## create example data frame set.seed(56) df1 <- data.frame(Category1 = rep(c("Category name", "Longer category name", "Cat name"), times = c(42, 19, 6)), Category2 = sample(c("Low", "Mid", "High"), 67, replace…
CCID
  • 1,368
  • 5
  • 19
  • 35
1
vote
0 answers

Manually zoom or search for their image in the mosaic

Need to stream in images & captions from Instagram and pull it all into a mosaic. Users will then be able to manually zoom in or search for their image in the mosaic. Please refer to the reference below, http://www.h-d-mosaic.com/ Thanks in Advance
1
vote
1 answer

What's the best way to fill or paint around an image in Java?

I have a set of images that I'm combining into a single image mosaic using JAI's MosaicDescriptor. Most of the images are the same size, but some are smaller. I'd like to fill in the missing space with white - by default, the MosaicDescriptor is…
wsorenson
  • 5,701
  • 6
  • 32
  • 29
1
vote
0 answers

NSCalibratedRGBColor chewing up memory in mosaic program

Firstly, I am a newbie so my thanks for your patience. I am having a go at developing my own photo mosaic program - for me very much a learning journey. As part of the program I am trying to enumerate through a folder of images, to calculate the…
Wolfstar
  • 111
  • 10
1
vote
2 answers

Mosaicing face problems in opencv

Hi I am using opencv and c++. I have a left profile and a front face of the same individual. If after determining the transformation matrix between the face images and applying that transformation matrix to the left image,when I superimpose it on…
Steph
  • 609
  • 3
  • 13
  • 32
1
vote
2 answers

Creating picture from small images

Let's say I have a very simple image with a few colours (white, black, grey). And I have a set of tiny images (lots of them). Is there any library that can help me rebuild the big image using all of the tiny images as building blocks? Like a…
Kostya
  • 21
  • 5
1
vote
2 answers

is there any jquery plugin to create a mosaic background?

im looking for a jquery plugin to be able to achieve this effect http://img825.imageshack.us/img825/1213/26201311246pm.png i found this one, but has to be buy, im looking for a Free…
Jose De Gouveia
  • 994
  • 1
  • 14
  • 33
1
vote
1 answer

Spotify API mosaic view

I am trying to adjust the size of the album art thumbnails in the mosaic view. I can set the width and hieght of the space for the mosaic view using the code below but I don't know how to adjust the size of the actual images that are displayed: var…
1
vote
1 answer

Mosaic Jquery plugin Wordpress dark grey text

I am trying to make the mosaic jQuery plugin work within wordpress, up until now i have had to do it using iframes which is a bit of a pain. The problem when using within wordpress is that text is a very dark grey rather than white. It seems to…
djbridger
  • 35
  • 10
1
vote
2 answers

jQuery Isotope and Mosaic Merge Solution

I'm trying to create something that looks like the following website Essentially what I'm after is to use Isotope in order create a portfolio page with lots of thumbnail. Once a user hovers over a thumbnail, a caption overlay will appear(fade in)…
Rami Yahya
  • 13
  • 4
0
votes
1 answer

SharePoint 2010 - Create mosaic with user's uploaded pictures

this is my first time actually submitting a question here so let me know if you need more information. I am using SharePoint 2010 and we literally just migrated from SharePoint 2007 so I don't have much experience in 2010 yet. I need to create a…