Questions tagged [fisheye]

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.

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.

191 questions
0
votes
1 answer

fisheye distortion and codeflower

I have successfully implemented a codeflower view for a sample dataset. The code used to achieve that is: var currentCodeFlower; var createCodeFlower = function(json) { document.getElementById('jsonData').value = JSON.stringify(json); …
rnaikzz
  • 103
  • 2
  • 13
0
votes
1 answer

d3 bubble chart with fisheye

I'm trying to implement the fish-eye plugin distortion with a bubble chart. I've made all the approaches for this, using the documentation and other examples. Using: svg.on("mousemove", function () { fisheye.focus(d3.mouse(this)); …
milheiros
  • 549
  • 1
  • 12
  • 30
0
votes
1 answer

I have a d3 project using fisheye, But why I have to point my mouse on the data point

Here's a link of my demo! If it's not clear enough, please see this link of fisheye demo2. fisheye.copy = function() { return d3_fisheye_scale(scale.copy(), d, a); }; fisheye.nice = scale.nice; fisheye.ticks = scale.ticks; fisheye.tickFormat =…
Zhang Nan
  • 21
  • 3
0
votes
0 answers

Css Fisheye Menu issues

I've some issue with coding a CSS Fisheye Menu. This is my code : CSS PART /* dock */ .dock { position: relative; height: 40px; text-align: center; } .dock-container { width: 500px; height: 40px; margin-left: auto; margin-right:…
Vincent
  • 11
  • 1
  • 5
0
votes
0 answers

Improving Visualization: Cartesian Distortion in D3.js ( fisheye plugin )

In this amazing visualization from the NY-Times team, you can see the Cartesian Disortion in action. In one case, i think that this visualization can be improved. As you can see in this picture, the last image will be bigger if the cursor is on the…
Thomas Deutsch
  • 1,950
  • 2
  • 23
  • 34
0
votes
1 answer

Is it possible to add labels using smart commits in Fisheye?

This seems to imply that it is only possible to change status and not possible to add labels https://confluence.atlassian.com/display/FISHEYE/Using+smart+commits Is there a workaround or other way of achieving this?
0
votes
0 answers

How to fisheye effect create on video in android?

I want to apply fisheye effect on video which is play in android device placed at sdcard of device, so if i open to play any selected video from sdcard its play with Fisheye effect on video in android device it is possible or not. If it is possible…
0
votes
1 answer

How to draw inscribed rectangle in fish eye corrected image using opencv?

How to draw inscribed rectangle in fish eye corrected image using opencv? This is the fish eye corrected image: https://plus.google.com/u/0/+AnandMuglikar/posts/iP6WKBb3whz?pid=6031031942035796338&oid=110347380425323822802 This is what I need to…
muglikar
  • 126
  • 1
  • 15
0
votes
1 answer

D3 Fisheye Distortion on simple Scatter plot

I'm trying to implement the d3 fisheye distortion (http://bost.ocks.org/mike/fisheye/) on a simple scatter plot. Here the code that I have so far: http://plnkr.co/edit/yDWld6?p=preview I am very unsure how I should call the circles for the…
kim
  • 37
  • 7
0
votes
1 answer

Converting code to take RGB image instead of grayscale

I have this code converting a fisheye image into rectangular form but the code is only able to perform this operation on a grayscale image. Can anybody help converting the code to perform the operation on a RGB image. The code is as follows: edit: I…
0
votes
2 answers

Opencv Camera calibration generate very distorted images

I am trying to calibrate a fish eye lens using opencv. After capturing some images and using sample code that comes with opencv. I am getting these images: This image is undistorted as follow: Why is this happening and how can I fix it?
mans
  • 14,494
  • 34
  • 144
  • 277
0
votes
1 answer

How to modify d3js fisheye distortion so that it will support radius

I am trying to modify fisheye this project so that I can use radius function to increase fisheye size. My aim is to see more cells bigger around mouse. Current implementation does not support radius function. If I use circular instead of scale, I…
hakan
  • 2,564
  • 2
  • 15
  • 25
0
votes
2 answers

How to do a de-warping that generated by a fisheye image in opencv?

Is there any inbuild functionality that I can use to de-warp an image from fisheye to normal image?
mans
  • 14,494
  • 34
  • 144
  • 277
0
votes
0 answers

D3 - Fisheye for Sunburst Chart

I am trying to implement Fisheye for Sunburst chart. I couldn't make it work. I tried something similar to the below example. http://jsfiddle.net/g88S7/ svg.on("mousemove", function() { fisheye.focus(d3.mouse(this)); }); Can someone tell me…
0
votes
0 answers

D3js plugin for Fisheye Distortion not appearing in Tree Layout & Sunburst Partition

I'm trying to implement fisheye plugin for d3js in Tree Layout & Sunburst Partition. The example given is for force layout. I tried the way they have mentioned for fisheye. But I feel Like there is some layout based support, due to which it's not…
Sumant
  • 902
  • 1
  • 18
  • 37
1 2 3
12
13