The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
5answers
49 views

How to make a div with a cutted corner and a box-shadow

How to make a div with a cutted corner and a box-shadow (all that in CSS3 only). Looking and trying things for days, but the only way i found is with the new "filter: drop-shadow" which is not yet ...
1
vote
1answer
30 views

Jquery show div reversed

Hello I am building a simple website with jQuery and I have a small question: I have the following program: http://jsfiddle.net/fPTNk/ HTML: <body> <div id="container"> ...
0
votes
1answer
83 views

CSS: border-radius doesn't work on IE10

I need to have a container "DIV" with rounded corners. The following code works perfectly on all browsers except my IE10. I have not clue how to do in order to make it works <style> ...
0
votes
1answer
23 views

Draw a corner in WPF

I am trying to draw a corner in WPF inside a grid element using 2 line elements. I am trying to do something like this: Vertical line going from the center of the lower edge to the center of the ...
-4
votes
1answer
61 views

How Region Detect on detected Harris Corner?

I want to make object recognigation with Point Descriptor method. These method are SIFT and Harris-Laplacian, I preferred the Harris - Laplacian because Harris - Laplacian is faster than other. I ...
3
votes
1answer
102 views

Page corner detection using OpenCV

I am using opencv to detect corners of page in UIImageView for iOS. I tried below code: IplImage *image = [self CreateIplImageFromUIImage:imageView.image]; CvPoint2D32f* corners; int* corner_count; ...
0
votes
2answers
122 views

cut off corners jquery mobile collapsible sets

I would like to cut off the top-left corner of a jquery mobile header in a collapsible set. Here is my HTML: <div data-role="content" id="one" class="ui-content" role="main"> <div ...
1
vote
0answers
44 views

CSS Clip Property - Is there an inverse; hide the clipped area?

Simple question: The CSS clip syntax gets you to define a rectangular area of a larger image that you wish to be visible. Is there a way to specify the inverse? Specify the rectangular area of the ...
0
votes
0answers
41 views

How to draw eigenvectors in opencv?

The question is: how can i draw the eigenvectors relative to a corner? I already calculated the eigen(values/vectors) using cornerEigenValsAndVecs, and the corners using goodFeaturesToTrack.(with ...
0
votes
2answers
67 views

put img tag inside the top right corner of a div

I'd like to put a tag (linked image) in the top right corner of an existing div. I've found a way to put an image as the background with no-repeat, but then, I cannot link the image. What CSS shall ...
0
votes
1answer
118 views

Find the coordinates of the Corners marked with CornerHarris method in OpenCV for python

I'm trying to find the coordinates of all the shapes that HarrisCorner method marked on my image. I have it set up so it's marking the correct corners and showing the correct results, but I can't ...
2
votes
1answer
145 views

How to detect corner with specific angle degree

I have an image with a equilateral triangle and a rectangle: And I want to detect 3 corner of the triangle only. I follow the OpenCV Harris corner detector tutorial I see that all the corner-point of ...
1
vote
3answers
138 views

How to use CSS to create a dynamic corner frame?

How can I use CSS to create a dynamic corner frame as shown in this picture below? Below is my current solution, but it is not dynamic enough as I have two contents with two different width, ...
0
votes
2answers
80 views

Couchdb Session returning 401 error

I am currently using couchdb as the backend to my angularjs site (through cornercouch) In my attempts to log in using couchdb's api with a POST of my user name and password to ...
6
votes
1answer
115 views

Find corner points of a Quadrilateral from set of points

I try to get the corner points of a Quadrilateral from set of points. The set of points are ordered and describe an outline Sometimes the outline has some noise (see 2nd picture) The searched ...
1
vote
4answers
108 views

iOS development - add rounded cornered view around each of my sliders

After developing my app, I discovered I wanted to add rounded corner views all through the app. I can go ahead and draw a view everywhere. However, they are not rounded corner. I learned I should use ...
6
votes
5answers
192 views

Skewed corner of ImageView (Drawable)

I need to show image, which will have skewed one corner? Could you recommend me any simple way (or difficult) way, how to achieve this? I have attached example image, which illustrates what I am ...
0
votes
0answers
278 views

Harris corner detection algorithm interpretation

I'm having some trouble understanding the Harris corner detector algorithm. I've been trying to implement the algorithm on slide 19 of http://www.slideshare.net/Sheenum/harris-method and am confused ...
0
votes
2answers
73 views

css corner images

I need to create the border shown on the top image over a lot of my site - I want to be able to do this with css if possible as it would save a lot of hassle with each photo - I managed to alter the ...
0
votes
0answers
131 views

The Harris & Stephens corner detection algorithm: determinant always 0 (zero)

As part of my Bachelor-Thesis, I'm trying to implement a corner detector with the Harris and Stephens algorithm: A combined Corner and Edge Detector I do calculate: The x- and y- deviations with ...
1
vote
2answers
102 views

inverse arc for web page corners

I know how to make an arc in a web corner. For the right section with this arc " ) " we can use this code: border-bottom-right-radius: 15px; and for the left section with this arc " ( " we can use ...
2
votes
2answers
378 views

Clipping or chamfering corners of image to see background

I have a design where corners of images are cut in a 45° angle. For the time being, it’s achieved by masking it with an absolutely positioned span, which has a transparent background image set with ...
2
votes
7answers
199 views

CSS - show only corner border

I'm wondering if it's possible in CSS or Jquery to make border but only for angle. Something like that : **** **** * * * ...
0
votes
1answer
218 views

Have round corner on ListView Items Android

I would like to have round corners to my ListView. I succeed using a background and a shape, but it's only the all list which have the round corners, and I would like to have a corner on each item, ...
0
votes
1answer
205 views

Rounded corners of imageview background on android

After having done some research there seems to be no answer to this question available, so I'm hoping someone might be able to point me in the right direction. Simply put, I have an imageview, which ...
7
votes
3answers
312 views

Make cut-off corners with a border

I want to make a shape in html that has cutoff corners and with a borderline around the shape. I can make cut-off shapes without a border like so: html: <div class="cut-off"></div> ...
0
votes
1answer
147 views

Why won't my divs overlap in IE9? Rounded corners not working either

I've been developing a webpage and I've come across the well-documented issue with IE9 - my div tags will not overlap and no matter what I do I cannot get the corners to round. I've been trawling ...
0
votes
0answers
90 views

number of paths from corner to corner in a matrix including diagonal move

I am having difficulty solving this one and haven't found a solution to this problem that includes diagonal moves. In short- how many paths are there from top left corner to bottom right in a NxM ...
1
vote
4answers
325 views

Rounded corners background colour

I am trying to make the round corners of the divs the same colour as the body background. The div has a different background colour(white) compared to the background (grey). When I apply rounded ...
1
vote
2answers
235 views

Create four 3x3 sub-windows from a 5x5 window in MATLAB

Barnabas Szabolcs, thank you very much for your help. I understand that the loops should not be nested but I have done the same to further sub-divide the 5x5 window into four 3x3 sub-windows. Please ...
0
votes
1answer
96 views

Retain corner pixles in an image matlab

I am working on a image filter in which the corner pixels are not filtered (as the filter is based on median, I believe that finding the median for corner pixels will not produce a good median, please ...
7
votes
4answers
226 views

rounded corners cropping

I am having issues with rounding corners, they keep wanting to crop off on the left side by a few pixels. Below is the code I am using. I've tried increasing numbers and decreasing numbers; I've ...
0
votes
0answers
85 views

GDAL_transform edit corner coordinates geotif

i try to change the corner coordinates of a geotif whith the GDAL libary using mac terminal. this is the command i tried: gdal_translate -of GTiff -a_srs EPSG:4326 -gcp 59.6 97.79 -gcp 59.6 96.79 ...
3
votes
3answers
480 views

PHP Imagick: add round corners to a jpeg file

I am trying to add round corners to a jpeg file but the problem is that after adding round corners, I am getting a black background color. Somehow I am not able to change it to any other color (white, ...
4
votes
2answers
89 views

Div with flared corners

I'm looking for a solution where the corners are flared so that basically means the corners of a div are rounded but inverted sort of it's hard to explain so here's a diagram. Rounded Corners ...
3
votes
1answer
141 views

Determine whether a point (x,y) is in a corner (triangle)

My KineticJS application lets users cut corners onto rects (on all four corners), these are then represented by black triangles in each corner. I was wondering if anyone could come up with a more ...
0
votes
2answers
267 views

Rounded corners not working in IE9 production server

When I test preview my html page with IE9, the rounded corners work fine on the test server. However, when I push the project onto the production server, the rounded corners do not work in IE9, they ...
0
votes
1answer
73 views

Strange, unexpected bug in Internet Explorer 8 and below

I've been struggling without success to solve this problem: The last item of THIS page's sidebar has a CSS gradient background. It's last item has to have the bottom corners rounded. This is easy to ...
0
votes
0answers
121 views

Colour / Corner Detection, Resizing (OpenCv)

Is it possible for us to detect yellow edges? for example, a yellow coloured A4 paper, the program being able to detects its bounding corners too? Or alternatively, is it possible to colour detect ...
0
votes
3answers
109 views

CSS: DIV inside another div.after?

So I found this code on how to "cut off" the corners on a div in CSS. My question now is if it's possible to place another div in the bottom right corner of that div. Aka the corner that has been cut ...
0
votes
2answers
180 views

Corner Detection Implementation in iOS

We are trying to implement a Card Scanner to scan front and back of Credit Card images in an iOS App. We would like to implement exact same logic as the Lemon App (www.lemon.com) in which as soon as ...
0
votes
1answer
80 views

Anyone tried to create directional buttons with the <corners> tag?

For whatever reason the following style doesn't work. It creates a button with square corners. But I'm trying to have the two left corners square and the two right corners rounded to create a button ...
1
vote
2answers
126 views

android: backround of listview corners

i have listview with round corners. how can i set the background of these corners? i need to set them grey, like main background. but they are white. my listview <ListView ...
1
vote
1answer
136 views

CSS clipped corners, with a border image?

Working on a CSS version of the billburg.com style clipped corner box. http://jsfiddle.net/brycecreative/QjyW7/3/ Is as far as I am right now. In the #afterknow:before style, I want the background ...
0
votes
0answers
93 views

Getting nearest corner from a location with CLGeocoder and iOS 5

Is it possible to get the nearest corner (street names) from a given location? If it's possible could anyone tell me how I do this? I've been reading about reverse geocoding using CLGeocode but I ...
3
votes
4answers
217 views

CSS Border Meeting point

I am hoping someone can help me with a css problem... I am using a listview to display some results, there is required to be a concept of grouping, to achieve this i am using 2 background colors ...
0
votes
2answers
2k views

Android LinearLayout with background image AND rounded corners

I have a LinearLayout and its background is defined in a xml file: <?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
1answer
134 views

Progressbar issue

I found a small difference between indeterminate progressbar and determinate progress-bar. The corner's styles are different. Determinate progress-bar seems a little round. I want to attach the image ...
1
vote
2answers
324 views

Round corners for autosizing UIView

Is it possible to make rounded corners (topLeft and topRight) to autosizing uiview? Here is my code: SFDetailViewController.h @interface SFDetailViewController : UIViewController ...
0
votes
1answer
1k views

How do I change the shape of a dialog?

In my app I use many dialogs (popups) and I want to give them a rounded corner shape. The way I create these popups is this: On java code I create a function like this: private void showpopup(){ ...

1 2