Sciweavers

5619 search results - page 58 / 1124
» A Region Inference Algorithm
Sort
View

Source Code
1079views
13 years 5 months ago
Global Contrast based Salient Region Detection
Reliable estimation of visual saliency allows appropriate processing of images without prior knowledge of their content, and thus remains an important step in many computer vision ...
JCIT
2008
127views more  JCIT 2008»
13 years 11 months ago
Image Segmentation Method Using Hybrid Region Flow
This paper suggests an efficient image segmentation algorithm in 3 steps for grayscale images. First step is the segmentation as homogenous region on image. And, second step is me...
Jae Hyup Kim, Kyung Hyun Jang, Young Shik Moon
PLDI
1994
ACM
14 years 3 months ago
The Program Structure Tree: Computing Control Regions in Linear Time
In this paper, we describe the program structure tree (PST), a hierarchical representation of program structure based on single entry single exit (SESE) regions of the control flo...
Richard Johnson, David Pearson, Keshav Pingali
POPL
2009
ACM
14 years 11 months ago
Flexible types: robust type inference for first-class polymorphism
We present HML, a type inference system that supports full firstclass polymorphism where few annotations are needed: only function parameters with a polymorphic type need to be an...
Daan Leijen
ICFP
2008
ACM
14 years 11 months ago
HMF: simple type inference for first-class polymorphism
HMF is a conservative extension of Hindley-Milner type inference with first-class polymorphism. In contrast to other proposals, HML uses regular System F types and has a simple ty...
Daan Leijen