Click here to Skip to main content
15,887,135 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Please help with image feature extraction code! Pin
enhzflep21-Mar-12 2:55
enhzflep21-Mar-12 2:55 
AnswerRe: Please help with image feature extraction code! Pin
Alan Balkany21-Mar-12 4:43
Alan Balkany21-Mar-12 4:43 
AnswerRe: Please help with image feature extraction code! Pin
BupeChombaDerrick2-Apr-12 13:02
BupeChombaDerrick2-Apr-12 13:02 
Questiontheory needed for a described algorithm Pin
liquid_15-Mar-12 22:07
liquid_15-Mar-12 22:07 
AnswerRe: theory needed for a described algorithm Pin
Bernhard Hiller16-Mar-12 1:10
Bernhard Hiller16-Mar-12 1:10 
GeneralRe: theory needed for a described algorithm Pin
liquid_16-Mar-12 1:35
liquid_16-Mar-12 1:35 
AnswerRe: theory needed for a described algorithm Pin
Bernhard Hiller16-Mar-12 4:18
Bernhard Hiller16-Mar-12 4:18 
AnswerRe: theory needed for a described algorithm Pin
Luc Pattyn16-Mar-12 4:35
sitebuilderLuc Pattyn16-Mar-12 4:35 
That doesn't make much sense to me. As the set xi is an ordered set, all that matters are the values of the smallest and largest of the xi numbers.

So it boils down to:

given natural numbers d, min, and max, where
d < min
min + d < max

find values k and v such that
k*v  < min - d/2
(k+1)*v  > max + d/2


which can't be hard to solve, by picking any v that satisfies
v > max - min + d

then finding k through division.


So I'd guess you want something entirely different.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: theory needed for a described algorithm Pin
liquid_16-Mar-12 10:05
liquid_16-Mar-12 10:05 
AnswerRe: theory needed for a described algorithm Pin
Luc Pattyn16-Mar-12 18:57
sitebuilderLuc Pattyn16-Mar-12 18:57 
GeneralRe: theory needed for a described algorithm Pin
Bernhard Hiller18-Mar-12 21:31
Bernhard Hiller18-Mar-12 21:31 
AnswerRe: theory needed for a described algorithm Pin
Skippums19-Apr-12 10:37
Skippums19-Apr-12 10:37 
Generalcctv video sharing with static ip Pin
sanjib_sinha6-Mar-12 2:30
sanjib_sinha6-Mar-12 2:30 
GeneralRe: cctv video sharing with static ip Pin
Albert Holguin6-Mar-12 4:59
professionalAlbert Holguin6-Mar-12 4:59 
Questionaudio watermarking Pin
sepideh-gh5-Mar-12 4:32
sepideh-gh5-Mar-12 4:32 
AnswerRe: audio watermarking Pin
Richard Andrew x649-Apr-12 4:06
professionalRichard Andrew x649-Apr-12 4:06 
Questionattack codes Pin
sepideh-gh5-Mar-12 4:26
sepideh-gh5-Mar-12 4:26 
QuestionSuper2xSal, SuperEagle, hq2x algorithms Pin
2xSal24-Feb-12 10:28
2xSal24-Feb-12 10:28 
AnswerRe: Super2xSal, SuperEagle, hq2x algorithms Pin
Chris Losinger24-Feb-12 10:57
professionalChris Losinger24-Feb-12 10:57 
QuestionConvert between image file formats??? Pin
supernorb16-Feb-12 22:36
supernorb16-Feb-12 22:36 
AnswerRe: Convert between image file formats??? Pin
Jochen Arndt16-Feb-12 23:41
professionalJochen Arndt16-Feb-12 23:41 
AnswerRe: Convert between image file formats??? Pin
Alan Balkany21-Feb-12 4:11
Alan Balkany21-Feb-12 4:11 
AnswerRe: Convert between image file formats??? Pin
Chris Losinger21-Feb-12 10:50
professionalChris Losinger21-Feb-12 10:50 
QuestionConvert bits to bytes Pin
marca29214-Feb-12 20:15
marca29214-Feb-12 20:15 
AnswerRe: Convert bits to bytes Pin
Peter_in_278014-Feb-12 20:35
professionalPeter_in_278014-Feb-12 20:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.