radial Questions
2
Solved
Is there a way to increase the padding/offset of the polar plot tick labels (theta)?
import matplotlib
import numpy as np
from matplotlib.pyplot import figure, show, grid
# make a square figure
f...
Warmedover asked 18/6, 2013 at 2:26
2
Solved
I have a code for plotting radial gradients with numpy. So far it looks like this:
import numpy as np
import matplotlib.pyplot as plt
arr = np.zeros((256,256,3), dtype=np.uint8)
imgsize = arr.sha...
Assignable asked 14/3, 2019 at 9:29
2
Solved
I'm trying to perform fisheye camera calibration via OpenCV 3.4.0 (C++, MS Windows).
I used cv::fisheye::calibrate to make K and D (camera matrix and radial distortion coeffitients matrix). Then I...
Crumpler asked 26/2, 2018 at 13:52
2
Solved
I want to create a figure (similar looking to the attached) in ggplot2 that is circular with month of year represented on axis so twelve tick marks around the circumference, with one inner arc of...
1
Solved
I went through whole documantation and didnt find how to set RBF network. I found some RBF example in ConsoleExmpales/Examples/Radial, but it looks like it doesnt work anymore, beceause some method...
Cymene asked 21/8, 2016 at 22:30
1
Solved
5
Solved
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 ...
Vallievalliere asked 18/12, 2009 at 9:10
2
Solved
I've got following drawable set as LinearLayout background:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>...
Calle asked 27/5, 2012 at 14:57
1
Solved
I have a 3D scene in three.js in which I need to get an array of objects that are within X range of a source object. At the moment, the example I'm using is utilizing raycasting inside of a for loo...
Buttonwood asked 16/7, 2013 at 1:3
3
Solved
I have a horizontal ProgressBar that works great.
<ProgressBar
android:id="@+id/progressBar1"
style="?android:attr/progressBarStyle"
android:layout_width="match_parent"
android:layout_hei...
Pitts asked 13/6, 2013 at 2:39
2
Solved
OK Hello.
I've decided to start using HTML canvas for a small project I have.
There's no real start yet. I'm just learning the basics of Canvas and I want to Animate a circle
<!DOCTYPE html&...
Whitted asked 28/3, 2013 at 21:17
2
Solved
Here's a fun one for those of you who love to bang your heads against the computer keyboard.
Site: http://blduke.com.php53-27.dfw1-2.websitetestlink.com
Fun little jQuery thing going on right be...
Chemar asked 15/7, 2012 at 0:55
1
I think I should be using cv::remap to remove the distortion but can't figure out what the the maps const Mat& map1, const Mat& map2 to should be to achieve this.
Should I be using the cv:...
Scrod asked 2/12, 2011 at 10:51
3
Solved
I have some experience making linear gradients in CSS but I would really like to make a radial gradient similar to this image
https://i.sstatic.net/T85xO.png
Basically a light grey radial po...
2
Solved
I'm hoping to create a custom panel or control that creates a very particular type of item.
Basically, the intent is to have a control that you can give a list of objects to, and it will put each ...
Meggie asked 24/11, 2010 at 21:24
1
© 2022 - 2024 — McMap. All rights reserved.