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
82
votes
2 answers

Mosaic Grid gallery with dynamic sized images

I have just received the following design for a project, for an image grid gallery, with dynamic width & height images (user submitted images). (Screenshot at the end of post) I have tried jQuery Masonry, Tympanus Automatic Image Montage and…
Dogoku
  • 4,585
  • 3
  • 24
  • 34
10
votes
4 answers

css: float blocks to occupy all free space

I'm trying to make an "image mosaic" that consists mostly of images of the same size, and some of them the double height. They all should align neatly like this: To make automatic generation of those mosaic as easy as possible, I thought floating…
cweiske
  • 30,033
  • 14
  • 133
  • 194
10
votes
1 answer

How can I create raster mosaic using list of rasters?

I need to create several raster mosaics. I'm using Package raster version 2.0-31 on a 64bits windows computer. I believe I did my homework checking through all possible blogs and asking this question to some colleagues, but still can't find a…
LuluPor
  • 165
  • 1
  • 11
8
votes
1 answer

Mosaic of RTSP streams VLC 3.0.8

I found a way to properly show mosaic of streams from RTSP cameras on VLC 3.0.8 and wanted to share the solution: Write the following into a file # Comment the following line if you don't want to reset your VLM configuration del…
Nik
  • 630
  • 1
  • 6
  • 17
5
votes
1 answer

HTML Mosaic - coding possibilities

I have to program a big picture mosaic on webpage, and I'm wondering what is best approach to code it, so the solution would be not very complicated to program and to maintain/change it later. Here is a design for mosaic, each picture may change,…
kuba
  • 1,019
  • 1
  • 18
  • 39
4
votes
1 answer

statsmodels mosaic plot - how to order categories

Here is dataframe: import pandas as pd from statsmodels.graphics.mosaicplot import mosaic df = pd.DataFrame({'size' : ['small', 'large', 'large', 'small', 'large', 'small'], 'length' : ['long', 'short', 'short', 'long', 'long', 'short']}) if I…
user1700890
  • 7,144
  • 18
  • 87
  • 183
4
votes
0 answers

Why is mosaic::derivedFactor twice as slow as a base function?

I'm trying to use derivedFactor from the mosaic package in R to create a factor variable, but it's surprisingly slow. When I coded the same function using a series of if statements and ran that, it seems to run almost twice as quickly. Here's a…
Jake Fisher
  • 3,220
  • 3
  • 26
  • 39
4
votes
1 answer

Rotating y axis labels with mosaic plots

I am in an intro R class and was wondering how to rotate axis labels on the y axis with mosaic plots (vcd package). They are long labels and right now are completely overlapping each other. I would like to make them perpendicular to the rest of the…
Katherine
  • 51
  • 1
  • 3
4
votes
2 answers

mosaic()-function of the vcd package: error in adding text in the cells

I have created a mosaic plot using mosaic function in the vcd package. Now I wish to add some annotations using labeling_cells. Unfortunately, I get an error. The problem might be that it is not the standard Titanic example... library("grid");…
Karl A
  • 165
  • 11
4
votes
0 answers

Mosaic Gallery to show images in Mosaic Style in android for lower sdk's?

I am working for Mosaic style Gallery preview. In my last thread Mosaic Style I got to know how to implement it in Android using QuiltView code but getting problem in lower sdk's. My code works only for the 4.0 and above O.S. and not for the lower…
Sam-In-TechValens
  • 2,501
  • 4
  • 34
  • 67
4
votes
1 answer

"blur" existing single image to mosaic with rmagick?

Trying to mosaic an image with rmagick. How would one "mosaic blur" an existing image making the picture that it represents mosaic'ed ? Like:
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
3
votes
1 answer

How to generate mosaic picture from image file?

I have a source image like left picture and a set of elements like right picture: Source Image And Elements... ..and I need to generate a mosaic picture like this. But until this moment I have not worked with images, аnd I do not know where I should…
ForeverSmiling
  • 111
  • 3
  • 10
3
votes
1 answer

How to write Image Mosaic Generator

Task is following: how to create selected picture mosaic from large number of images. My first shot would be using evolutionary algorithm. Where genotype represents mapping of original images to positions in mosaic grid, and individual is evaluated…
3
votes
0 answers

Mosaicking of touchless fingerprint images by finding the stitching line in matlab?

I am trying to increase the effective fingerprint region by trying to stitch two fingerprint images (left and center) taken by two different cameras. Images have been attached below. I tried the standard process of image mosaicking and it gives a…
3
votes
1 answer

How to 'fit' the cells of UICollectionView FlowLayout?

My aim is to create an UICollectionView with different cell sizes and all cells "fit in". There should be no empty place around the cells. Here is an image of my Demo Application: The sizes of t he Cells are quarter, quaver and semiquaver (1/4, 1/8…
brush51
  • 5,691
  • 6
  • 39
  • 73
1
2 3 4 5 6 7 8