Click here to Skip to main content
15,893,508 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: driver file crash,how use WinDbg debug find crash error Pin
C++Kernel14-Mar-12 0:49
C++Kernel14-Mar-12 0:49 
QuestionHow do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick11-Mar-12 5:17
BupeChombaDerrick11-Mar-12 5:17 
AnswerRe: How do I disable laptop battery charging while using mains without removing it? Pin
Dave Kreskowiak11-Mar-12 10:16
mveDave Kreskowiak11-Mar-12 10:16 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick11-Mar-12 12:30
BupeChombaDerrick11-Mar-12 12:30 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
Dave Kreskowiak12-Mar-12 5:08
mveDave Kreskowiak12-Mar-12 5:08 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick12-Mar-12 5:51
BupeChombaDerrick12-Mar-12 5:51 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
Dave Kreskowiak12-Mar-12 7:16
mveDave Kreskowiak12-Mar-12 7:16 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick12-Mar-12 15:50
BupeChombaDerrick12-Mar-12 15:50 
Glad to hear you remember the vision library. So let me take this opportunity to elaborate. First let me talk about the current systems. So far to the best of my knowledge most currently existing computer vision systems use either low or intermediate level features a good example is SIFT (Scale Invariant Feature Transform), HOG (Histogram of Oriented Gradients) both use gradient orientation information to generate sparse histograms. HOGs are usually used together with SVMs (Support Vector Machines) for classification.

From what i know the animal brains builds high-level features hierarchically from center surround receptive field types (retina and Lateral Geniculate Nucleus(LGN)) through the orientation selective receptive fields (primary visual cortex) to more complex IT (Inferior Temporal) Cortex receptive fields.

The use of high level features brings in more challenges. How do you effectively do that on a digital computer?

I have found a way of approximating the hierarchical process by making simplifying assumptions to generate high - level features.

and i have made use of the concept of foveal and peripheral vision... that is concentrating processing power on an object that appears near the foveal and less power away from the point of interest.

But my system does not provide spatial information...it will recognition an object near it's fixation point irrespective of scale and orientation and moderate distortions. But it can recognize millions of objects very fast. An object can be a face,car,plants e.t.c and it can run on a conventional computer.

so
Dave Kreskowiak wrote:
You might want to define HOW it outperforms the state of the art when you write about it.


To do that i want to use a ground truth image database and publicly make the results available.

Because of it's efficiency i want to create a visual search engine to index internet based images. And will work similar to Google Goggles
AnswerRe: How do I disable laptop battery charging while using mains without removing it? Pin
Albert Holguin11-Mar-12 11:21
professionalAlbert Holguin11-Mar-12 11:21 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick11-Mar-12 12:12
BupeChombaDerrick11-Mar-12 12:12 
QuestionLooking for help with WinDbg Pin
turbosupramk37-Mar-12 16:46
turbosupramk37-Mar-12 16:46 
AnswerRe: Looking for help with WinDbg Pin
Erudite_Eric7-Mar-12 20:15
Erudite_Eric7-Mar-12 20:15 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk38-Mar-12 4:46
turbosupramk38-Mar-12 4:46 
GeneralRe: Looking for help with WinDbg Pin
Dave Kreskowiak8-Mar-12 5:44
mveDave Kreskowiak8-Mar-12 5:44 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk38-Mar-12 6:41
turbosupramk38-Mar-12 6:41 
GeneralRe: Looking for help with WinDbg Pin
Dave Kreskowiak8-Mar-12 11:25
mveDave Kreskowiak8-Mar-12 11:25 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk38-Mar-12 11:35
turbosupramk38-Mar-12 11:35 
GeneralRe: Looking for help with WinDbg Pin
Erudite_Eric8-Mar-12 20:50
Erudite_Eric8-Mar-12 20:50 
GeneralRe: Looking for help with WinDbg Pin
Erudite_Eric8-Mar-12 20:49
Erudite_Eric8-Mar-12 20:49 
GeneralRe: Looking for help with WinDbg Pin
Erudite_Eric8-Mar-12 20:48
Erudite_Eric8-Mar-12 20:48 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk39-Mar-12 1:27
turbosupramk39-Mar-12 1:27 
GeneralRe: Looking for help with WinDbg Pin
Erudite_Eric9-Mar-12 6:21
Erudite_Eric9-Mar-12 6:21 
AnswerRe: Looking for help with WinDbg Pin
Albert Holguin11-Mar-12 11:26
professionalAlbert Holguin11-Mar-12 11:26 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk313-Mar-12 6:20
turbosupramk313-Mar-12 6:20 
QuestionNotebook / Ultrabook Battery Pin
Midnight Ahri6-Mar-12 16:11
Midnight Ahri6-Mar-12 16:11 

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.