A Fisheye-effect is a distortion of images, such as that provided by a Fisheye lens, by which a wide-angle effect is achieved. If you are looking for information on Atlassian's Fisheye source code browser web app, please see atlassian-fisheye.
-2
votes
0answers
16 views
Fish Eye Ideal Hardware and Storage requirements [closed]
Having FishEYE 2.9.. need to know what would ne the best platform for the FISHEYE to run..what would be the ideal hardware requirements for a FIsheye dedicated servers
0
votes
0answers
32 views
How do I download a tarball of source code in fisheye?
Within fisheye, I see where you configure a repository to allow for download of source code as a tarball, but I do not see where you go within fisheye to actually download the tarball? Where is it?
1
vote
0answers
123 views
How to Integrate Fisheye With ExtJS Panel
HOW I CAN MOVE THESE ICONS TO CENTER AND WORKABLE ON MOUSEOVER
I am trying to integrate Fisheye in my Ext Js project inside a panle like http://www.ndesign-studio.com/demo/css-dock-menu/css-dock.html
...
0
votes
1answer
273 views
Convert int array into bufferedImage in java
I was wondering how i could construct an int array in java into a buffered image. I know you can get an int array in java by doing
int[] srcpixels = ...
0
votes
0answers
46 views
Using fisheye for paths in d3
I was interested in applying the cool fisheye.js plugin for the case where I have a bunch of polygons defined by svg path statements, with the path(s) of course defined in the "d" attribute. It did ...
0
votes
0answers
41 views
Correct the position on a Fish-Eye Image
I need to mark errors of a product on an image with some heavy fish-eye effect. Because of a lack of space, we may only get as far as 2 meters away from the product, but the product can be at least ...
0
votes
0answers
81 views
How to change fisheye images into panoramic image?
I have taken 4 fisheye images and I want to change it to equirectangle projection, what steps should I be taking ?
I want to program it myself, and I am confused about the steps. I've been reading ...
0
votes
2answers
202 views
Three.js - Fisheye effect
So, I've messed around with three.js, works out great. The only thing I can't figure out, is how to make a camera with a real fisheye effect.
How is that possible? camera.setLens()?
0
votes
0answers
202 views
Drupal configure jcarousel to get fisheye effect
I work in Drupal and I have a View with some Teasers displayed as a jcarousel. I would like to edit the javascript of the carousel to achieve a scroll like this one: http://www.jcoverflip.com/demo or ...
2
votes
1answer
283 views
D3 fisheye on width on bar chart
i have been trying to create a vertical bar chart with a d3 fisheye cartesian distortion with only the x-axis being distorted.
I have succeeded in distorting the x position of the vertical bars on ...
2
votes
4answers
1k views
Barrel distortion correction algorithm to correct FishEye lens - failing to implement with Java
I have a large bulk of photographs taken with a fisheye lens. As I want to do some image-processing (e.g. edge detection) on the photos I want to remove the barrel distortion which effects my results ...
0
votes
0answers
71 views
Octave fisheye images deformation. How?
I'm a newbie.I'm trying to distort images with "fisheye lens" effect in Octave 3.4.2
Any idea where can I find scripts or examples?
I don't understand how manipulate pixels of gif/png/bmp and from ...
0
votes
0answers
203 views
How to make a div float beside mac dock effect (fisheye)
I am using the jquery fisheye/interface javascript and it works great. I have another div or image that I want to put beside it. I would like it to get pushed over when the dock images expand. I've ...
2
votes
0answers
188 views
ScrollView stops updating Items when reaching its bounds
So the problem I am facing right now is the following, I want to create a fisheye view (so a view which contains items while the item in the middle is bigger then the other ones like you will see in ...
0
votes
0answers
44 views
How to generate JavaScript diff code of 2 files with FishEye?
Is it possible to generate JavaScript diff code of 2 files, using FishEye.jar (or what?) passing 2 paths to different files as command line parameters?
I mean, something like:
java -jar ...
0
votes
3answers
1k views
Fish eye menu with jquery?
I want to make a simple fish eye menu for my website like on http://www.smartmeup.org (on left side)
Do you know a jquery plugins or a simple code to do this ?
Thanks
0
votes
1answer
367 views
D3 fisheye on a force graph with markers
I love the new fisheye plug in (http://bost.ocks.org/mike/fisheye/) but want to get it working on a force graph that uses paths and markers rather than lines. I am new to D3 and so far combining the ...
1
vote
1answer
436 views
OpenCV: Simulate FishEye
I've read this: How to simulate fisheye lens effect by openCV? post very good and played around with the code.
I also read the Wiki Article for Distortion(optics) and understood the math behind it.
...
0
votes
1answer
325 views
Sensitivity of mouseOver in a Jquery simple FishEye script
After having troubles with a jquery fisheye plugin I've decided to develop a similiar script by myself. (It's also a good practice).
Anyway , I wrote 2 jquery functions based on the Animate() ...
0
votes
1answer
285 views
How do I tweak the JavaScript Fisheye script's enlargement trigger?
I'm using the jQuery Fisheye plugin (here) in my site (link to my site).
As you can see there are 9 "bubbles" and when you move your mouse on one of them,
it will be enlarged.
Is it possible to have ...
0
votes
1answer
158 views
FishEye selected image index or something
I am quite new to WPF.I came accross this wonderful project. I have planed to use it. I have used it to show the fish eye effect how ever I want that if it is possible to see which image is selected ...
4
votes
3answers
846 views
circular fisheye distortion rotated 270 deg clocwise or 90 deg anticlockwise before distorted?
I've an app that distorts a circle on a bitmap with a fisheye distortion. the circle seems to be rotated 180 deg as well as distorted. Any ideas? there's no clue to me as to why in the filter class. ...
2
votes
2answers
1k views
fisheye distortion
I've found the code below written in java that places a fisheye effect on a buffered image. Is it possible to use this code on a different image format eg jpeg or bitmap? I've tried replacing the ...
3
votes
0answers
1k views
how to modify bitmapmesh sample to include fisheye effect?
I've some sample code that comes with Android that distorts a bitmap image(Bitmapmesh.java). I'm wanting a circle placed on my image that gives a fisheye effect. I'm new to android and especially ...
1
vote
1answer
738 views
android how to create fisheye effect on jpeg
I'm wanting to distort a jpeg image in android. The distortion is a fisheye effect. Are there any libraries i can import into android that i can use to achieve this effect.
thanks mat.
2
votes
2answers
4k views
FishEye Picture Effect (Barrel Distortion) Algorithm (with Java)?
I'm looking for the algorithm (bitmap pixel manipulation) to simulate the fisheye lens (Barrel Distortion) from normal pictures. So far I've found implementation involving external libraries like ...
0
votes
1answer
418 views
Flash AS3 fisheye
I was hoping someone here could point me in the direction of a good Flash AS3 fisheye application. I need something that can have the images in the fisheye but be able to scroll as you get closer to ...
1
vote
1answer
518 views
Reduce expanded image size in jqDock
I'm using jqDock on my web site. From what I understand the 'expanded' size of the image should be the maximum size of the image i.e. if it's a 64x64px image then when the mouse rolls over it, it ...
2
votes
0answers
611 views
HTML , Jquery Fisheye menu
I have used the fisheye jquery "interface.js" I want to make make 3rd element with
id="default" should be show default like mouse over effect , Please help me thaks in advance
<div class="dock" ...
5
votes
2answers
1k views
How to create a fisheye effect with PHP GD
Is there a way to do a FishEye (or Barrel transformation) effect on a image with PHP-GD?
I found this with some code, but I have a hard time porting it to PHP.
How can I implement this visual effect ...
0
votes
1answer
442 views
Flash: ActionScript 3.0 MovieClip Widths
please help me, I'm completely lost in AS3.0 with MovieClip widths.
Basically, I am coding a menu, which instead of having a scroll bar if there are too many items for the screen, uses a ...
-2
votes
1answer
62 views
Flickering problem with the fisheye plugin that I can't get rid of! [duplicate]
Possible Duplicate:
Flickering problem with the fisheye plugin that I can't get rid of!
Hi every one,
I have used jqDock plugin to create fisheye menu for my web site and I managed to ...
-1
votes
1answer
131 views
Flickering problem with the fisheye plugin that I can't get rid of!
I have used jqDock plugin to create fisheye menu for my web site and I managed to give the menu an active state so on different pages that specific menu element would remain expanded.
Here is the ...
0
votes
1answer
394 views
How to customize fisheye menu !
I am not a pro in jquery and js. I have used jqDock plugin to create fisheye menu for my web site and with the help of a friend I managed to give the menu an active state so on different pages that ...
3
votes
1answer
257 views
jQuery Interface Fisheye left align issue
Using the groovy Fisheye function from the jQuery plugin Interface, and setting "halign" to "left" the effect seems to apply to the next image in the list rather than the one that the mouse is ...
2
votes
1answer
2k views
Looking for jQuery Plugin - Mix of jCarousel and FishEye / Dock
I'm looking for a jQuery plugin that is a carousel mixed with a fisheye effect, where the center images would be larger and the outer images slightly smaller. I've searched to no avail, and really ...
1
vote
1answer
844 views
Fisheye distortion of MovieClip (AS3)
Some pseudo-code for accomplishing a linear fisheye distortion of a MovieClip's contents would be very appreciated.
The attached illustration shows how the "fisheye effect" is automatically applied ...
0
votes
1answer
106 views
Cubic image converter?
I am looking for software (preferably free) that runs on either windows or osx that can take a list cubic images (broken into front, back, up, down, left, right) and turn them into a video. I am also ...
2
votes
4answers
8k views
How to simulate fisheye lens effect by openCV?
I am looking for ways to create fisheye lens effect, looked at documentations for openCV, it looks like it contains Camera Calibration functions for radial distortions like fisheye. Is it possible to ...
4
votes
2answers
2k views
How to create fisheye lens effect by openGL?
I am trying to create lomo fisheye effect on an image using openGL. I am new to openGL, should I use cube mapping and fisheye projection? Is there any open source that I can refer to? Thanks.
0
votes
1answer
703 views
Can't change this javascript to read less for height than width on mousemove
So I'm trying to set up this jQuery CSS dock menu and you can enter in a proximity in the setup. The proximity determines when the zoom will be triggered, but you only get to put in one distance -- ...
0
votes
2answers
798 views
Dojo Fisheye in Grails app
I am building a web application using Grails. I decided to use dojo and I added a dojo fisheye menu for begining in the main.gsp so it would be available on all the application's pages.
It works fine ...
1
vote
2answers
2k views
Mac style fisheye menu with JQuery?
I found this: http://www.ndesign-studio.com/blog/design/css-dock-menu/
My problem, however, is that when setting
I’ve tried everything, but I can’t get the toolbar to be FIXED to the bottom of the ...
3
votes
5answers
3k views
Anyone know of a jQuery fisheye/dock navigation plugin that is able to have a fixed position?
I'm looking to put a horizontal fisheye/dock nav on my site, but I need it to be fixed positioning... all the ones I've found do not support fixed positioning.
Here are links to some of the ones I've ...
5
votes
2answers
14k views
Getting Zend_Navigation menu to work with jQuery's Fisheye
I'm using Zend_Navigation (sweet addition to the framework, btw) to build my menu, after which it should be rendered in the page (self-evidently). I first set the container somewhere in the ...
0
votes
1answer
1k views
Custom scroll layout with fisheye in WPF
I know Windows Forms quite good but I'm new to WPF.
I'd like to create application similar to RSS reader - in main window every note will be displayed in Post-it like frame and all notes should be ...
0
votes
1answer
1k views
How to flatten a fish eye picture (with python)?
I've found programs to turn fish eye pictures into flat ones.
I'd like to learn the process behind the scenes.
Can someone share their knowledge about the technique?

