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
2
votes
1 answer

VLC 1.2 mosaic streaming

This VLM Config works in VLC 1.1, but I am having other issues with memory leaks after the player is running a mosaic for more than an hour. I have installed VLC 1.2 but it fails to display any streams in the mosaic (see errors below). Individual…
Ura
  • 2,173
  • 3
  • 24
  • 41
2
votes
1 answer

The blurring kernel of a low-quality camera

I am doing some image enhancement experiments so I take photos from my cheap camera. The camera has mosaic artifacts and all images look like grid. I think pillbox (out-of-focus) kernel and Gaussian kernel would not be the best candidates. Any…
Ziyuan
  • 4,215
  • 6
  • 48
  • 77
2
votes
1 answer

i am trying to mosaic effect on an image in processing but the image remains the same ?

I am very new to processing. I am trying to create a program that applies mosaic effect on a normal image. What I am trying to achieve is for the image to create blocks of filter size (e.g. 30 pixels) and replace it with the average of the r,g,b,…
2
votes
1 answer

Correct image size in image mosaic

I'm implementing image mosaic in Matlab using SURF.the problem is outputView = imref2d(size(img1)*2); Ir = imwarp(img2,tform,'OutputView',outputView); it produces i want it something like this if i change outputView =…
Sameer Azeem
  • 548
  • 2
  • 9
  • 22
2
votes
1 answer

Android mosaic layout (or view)

How can I implement the layout (or view) that will place images most rationally in 3:4, 1:1 or 4:3 area. Images order is important; images may be cropped. For example: 2 tall pictures: 5 wide pictures: ...and so on...
Simmilliar
  • 31
  • 7
2
votes
0 answers

How can I connect multiple iPhone screens to make a larger display?

I want to connect multiple iPhone/iPad display to have a larger display. This large display will be able to display a single photo or video in that screen. Mosaic app is doing so and is on the app store. They also provide SDK for the same. Here is…
Rajan Kambaliya
  • 157
  • 1
  • 12
2
votes
1 answer

VLFeat's Image Mosaicing in Matlab

The following is a piece of code that forms a Mosaic of two images after computing the Homography Matrix H using RANSAC pror to which SIFT was used to compute the descriptors: % -------------------------------------------------------------------- % …
2
votes
1 answer

Photo Mosaic in Mathematica: an example from 2008 doesn't work in Mathematica 9

I'm trying to get a Mathematica example working. It's the one on Theo Gray's blog. In Mathematica 9.0 It doesn't work. I already have search the answer on stackoverflow in mathematica 8.0 . I use the code that heike gave. imagePool =Map[With[{i =…
xunyn
  • 23
  • 4
2
votes
2 answers

How to combine a mosaic plot with a xyplot?

I'm trying to reproduce this plot: It looks like a xyplot in library lattice, but I couldn't find a way to combine a mosaic plot with a xyplot. Does anyone know how to do it?
Roberto
  • 287
  • 1
  • 11
2
votes
1 answer

Udp streams in vlc mosaic

I'm trying to regroup three UDP streams in one mosaic, using VLC 2.0.5 on Windows 7. I don't need to stream it; but just to display it on my screen. But I'm doing it wrong, hope some one could help. Here is my conf file : new 1 broadcast…
zack
  • 21
  • 1
  • 3
2
votes
2 answers

Conflicting jQuery plugins

I would first like to say that this site has been incredibly useful for me as I have been learning web coding in my spare time. I have decided to register as I have a specific question I would like to ask. I am working on my new website and a…
2
votes
1 answer

Compare RGB of 2 images in Java

I am writing a photo mosaic in Java. For this, I have to calculate and compare RGB of 2 images and replace the target image with the most appropriate tile image. By most appropriate I mean, if we do not find an exact RGB match, an error of say d is…
Intern
  • 327
  • 1
  • 7
  • 23
1
vote
1 answer

Error: AttributeError: module 'mosaic' has no attribute 'st_centroid2D'

Getting an error when trying to run an example given in the Mosaic website: https://databrickslabs.github.io/mosaic/api/spatial-functions.html#st-centroid2d Code: from mosaic import enable_mosaic import mosaic as mos enable_mosaic(spark,…
S.Perera
  • 874
  • 3
  • 9
  • 24
1
vote
0 answers

How to create geometries with multiple outer polygons in mosaic

I am using Databricks Mosaic, where I am parsing an OSM PBF file and trying to convert it into spatial geom types [line, point, polygon, etc.]. I am able to process the relation having one outer polygon with st_makepolygon(outer,inner[]) function.…
1
vote
0 answers

remote site, 4 RTSP streams to one low-bandwidth mosaic

I have 4 cameras on a remote site with limited computer resources and internet connection over cellular (4G so its not too bad, but not good either). I have OpenVPN connection to this site, so I can access everything like it was in the LAN. The four…