Tagged Questions
The corner tag has no wiki summary.
19
votes
4answers
35k views
How do I create a WPF Rounded Corner container?
We are creating an XBAP application that we need to have rounded corners in various locations in a single page and we would like to have a WPF Rounded Corner container to place a bunch of other ...
13
votes
4answers
22k views
jQuery round corner code for IE8 in standards mode?
I need a solution for round corners using javascript with or without jQuery in IE8 standards mode.
4
votes
5answers
2k views
Find the corners of a polygon represented by a region mask
BW = poly2mask(x, y, m, n) computes a
binary region of interest (ROI) mask,
BW, from an ROI polygon, represented
by the vectors x and y. The size of BW
is m-by-n.
poly2mask sets ...
2
votes
0answers
93 views
The Implementation and Benefits of Harris Corner Detection
Can someone tell me, the benefits of using Harris Operator as Corner Detector than the other detectors?
and software or system that using this corner detection..
please include links for reference..
...
2
votes
3answers
1k views
Animating corner like in iPhone's maps app?
Is there a way to make the same type of corner like in the maps app on the iPhone (or in the books app on the iPad when turning the pages)?
1
vote
1answer
42 views
table row hover background color rounded corner effect
a table row has hover background. I need to get rounded corners on the background. Using either just CSS or Jquery ?
table tbody tr#ClickableRow:hover
{
background-color: #fbf6e7;
...
1
vote
1answer
31 views
How this css only pointed corner was generated
Can somebody help me understand how this pointed corner was actually generated in css only(Rather, please help me understand how this is actually working):
The code is-
<p class="test-div">
...
1
vote
2answers
37 views
How to make a div with rounded corners
How do you make a div so that it's border's corners are rounded?
Thanks everyone!
1
vote
2answers
114 views
rounded Corner Problems IE
I rounded Div Corner Using This Htc File :
Google Code Curved Corner
This Worked Nice in IE6/8 but i set background image in top my div with no-repeat css. now i see my background auto repeat in div. ...
1
vote
2answers
852 views
How to add rounded corners to Translucent background of activity?
I have a simple Activity and I would like to have the a rounded rectangle shape. The activity uses a translucent Drawable. I have seen popup windows by other developers that are translucent (not a ...
1
vote
1answer
47 views
Put Image In Left LowerMost Corner of image
So-I've got this code that puts an image in the right lowermost point of an image.
I would like to do that exactly, but in the left lowermost corner. Just can't get the cords right. help?
<?php
...
1
vote
2answers
359 views
jQuery plugin corner using border-radius
I'm looking for a jQuery plugin that allows me to use border-radius element in browsers that don't support HTML5 without needing to write something like $('#div1').corner();
Thanks in advance.
1
vote
2answers
1k views
2D Ball Collisions with Corners
I'm trying to write a 2D simulation of a ball that bounces off of fixed vertical and horizontal walls. Simulating collisions with the faces of the walls was pretty simple--just negate the X-velocity ...
1
vote
1answer
224 views
How to set the Color of a WPF Toolkit Datagrids Corners?
Does anyone know how to set the Corner-Color of a WPF Toolkit DataGrids Scrollbar?
It would be nice if the upper Corner would use the same Style as the ColumnHeaderStyle and the lower Corner would be ...
1
vote
8answers
4k views
Rounded corners on images using PHP?
Does anyone know how to make a image have rounded corners using a PHP script?
0
votes
1answer
15 views
adding a border-radius without padding to fancybox2
I'm using fancybox 2 and I can get rid of the padding around the outside of the frame, but then I lose the border-radius that it comes with.
What I want is a border-radius around the main content ...
0
votes
2answers
18 views
On mouseover, use jquery round plugin to a table row
I have a table row which on hover has background color. Right now, the row background is a squared one. I want to make the corners rounded using jquery corner plugin. http://jquery.malsup.com/corner/
...
0
votes
3answers
24 views
UiView with top left and right rounded corners and border
I have a UIView. I need to make only it's top left and top right corners rounded and also to have a 1 point border width.
Any idea?
Thanks
0
votes
1answer
40 views
Round corner tab in jQuery Mobile
Round corner tab in jQuery Mobile
I have come across navbar in jquery mobile which can be used as tabs.
http://jquerymobile.com/test/docs/toolbars/docs-navbar.html
However my requirement is to use ...
0
votes
3answers
168 views
Algoritm to find corner points in a curve
I'm looking for an algoritm to find corners in a list of points/vectors. Is there any good algoritm out there allready I can use or do I have to work this out myself?
Ive done a few tries with ...
0
votes
1answer
84 views
UIImageView round corner has white background
The rounded corner has white background.
I followed other SO answers but don't know why i'm getting this whites
Bellow is the code.
UIView* testView = [[[UIView alloc] initWithFrame: ...
0
votes
1answer
225 views
Find Shi Tomasi corners with cvGoodFeaturesToTrack
I am using the cvGoodFeaturesToTrack for finding corners in an image. How should I set the quality_level parameter for this function, if I know the max number of corners I want? For example, setting a ...
0
votes
1answer
98 views
Rounded Corner using DD_roundies problem IE6+
I rounded Corner Any div with DD_roundies jquery plugin.
Website plugin
this plugin worked perfectly. but my div have a any background image ( CSS ) now in FF, Chrome and IE6 worked and show div ...
0
votes
1answer
220 views
Circle to Line Collision - A Literal Corner Case
I'm currently writing a game in Actionscript 3.0 in which a ball will collide with a line, and am struggling with a particular corner case.
The Story So Far...
I have written a function to detect a ...
0
votes
3answers
65 views
what is the cleanest way to get rounded corners on images using html/css? (crossbrowser)
I've fixed image size. And I want to achieve rounded corners through html/css.
Options I'm thinking about is to overlay image with four corner png. Using img:after and content. But unfortunately ...
0
votes
0answers
32 views
FAst Detection iPhone
I'm working with the framework of Success Labs of corners detection in order to make an app that interacts with loaded elements in screen.
There is a function fastX_detect who returns an array of xy ...
0
votes
0answers
153 views
Javascript/Jquery code Sample for rounded corner without image
I thoroughly search the net but cant found any code sample for the javascript/jquery rounded corner. Actually I want to take hand on, I am trying to make a jQuery rounded corner without image plugin ...
0
votes
1answer
229 views
Jquery İmage Slider & Border Radius in Images
http://www.firsatsatisi.com/testos
when images are sliding; border-radius properity is crashes in images.
how can i solve this problem?
I have banner rotator. And when my banners are rotating; ...
0
votes
1answer
791 views
how to apply CSS3 properties (i.e. -moz , -webkit border radius) to asp.net button & texbox control and to html fieldset & legend?
I have applied rounded corners styles to my ASP.Net button & text box controls and also to fieldset and legend.
Here is my CSS-
fieldset
{
width:605px;
margin-bottom:20px;
...
0
votes
1answer
1k views
Jquery.corner() transparent background in IE
I'm tryying to use Jquery.corner() to rounded my divs corners but in IE que corner backgrond is the parent div color (body color: #C70036;) but i'm using a backgroung-image so as you can see in the ...
0
votes
1answer
851 views
RANSAC Algorithm
Can anybody please show me how to use RANSAC algorithm to select common feature points in two images which have a certain portion of overlap? The problem came out from feature based image stitching.
...
0
votes
2answers
85 views
CSS Problem with jquery rounded plugin
I used the jQuery corner plugin to make round corners. This plugin make round corners and in the plugin documentation i find. This plugin works in ie6 +.
But i have used this plugin and it is not ...
0
votes
1answer
336 views
NSWindow NSResizableWindowMask resize corner wrong place
if i use NSResizableWindowMask flag in my NSWindow the "resize corner glyph" is on the top right. I can resize when pointing on the lower right corner.
I use a own created NSView with it, and set it ...
0
votes
2answers
315 views
Harris corner detecion problem
I have problem with Harris corner detection algorithm in ImageJ.
Some info about it: http://www.cim.mcgill.ca/~dparks/CornerDetector/harris.htm
I use Sobel filter for each block 3x3 to get ...
0
votes
2answers
727 views
jQuery Corner+Gradient
I have one div element .box
It's width is 200px and height is 300px
First I want to make it 's corners round. I do it with following:
$('.box').corner('round 10px');
Then I want to add gradient to ...
0
votes
2answers
384 views
Rounded Corner box using CSS with Nifty not Working, help me
Im trying to put a rounded rectangle using Nifty technique. But not working help me. My Code is Below
st.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
4answers
492 views
Round Corner (css and javascript)
please go to : http://jlecologia.com/page1c.html to see the problem
the top box look fine.. but in ie6 there is a double top and bottom border...
can somebody point me ut what i have done wrong ?..
...
-1
votes
2answers
128 views
3D ribbon corners - how to do
I see a lot of 3-d ribbon corners on nav bars, like the one Lea Verou uses on her site. I really like the effect but was wondering if the best effects are achieved through photoshop or can you do with ...
-2
votes
4answers
35 views
How to make round corner box inside DIV tag with jquery?
I want to make round corner box inside div tag. How can I do that? Can you give me any example? Thank you in advance for your answer.