/ *   
 
   *   P R O J E C T :   N y A R T o o l k i t C S ( E x t e n s i o n ) 
 
   *   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
   *   T h e   N y A R T o o l k i t C S   i s   J a v a   e d i t i o n   A R T o o l K i t   c l a s s   l i b r a r y . 
 
   *   C o p y r i g h t   ( C ) 2 0 0 8 - 2 0 0 9   R y o   I i z u k a 
 
   * 
 
   *   T h i s   p r o g r a m   i s   f r e e   s o f t w a r e :   y o u   c a n   r e d i s t r i b u t e   i t   a n d / o r   m o d i f y 
 
   *   i t   u n d e r   t h e   t e r m s   o f   t h e   G N U   G e n e r a l   P u b l i c   L i c e n s e   a s   p u b l i s h e d   b y 
 
   *   t h e   F r e e   S o f t w a r e   F o u n d a t i o n ,   e i t h e r   v e r s i o n   3   o f   t h e   L i c e n s e ,   o r 
 
   *   ( a t   y o u r   o p t i o n )   a n y   l a t e r   v e r s i o n . 
 
   *   
 
   *   T h i s   p r o g r a m   i s   d i s t r i b u t e d   i n   t h e   h o p e   t h a t   i t   w i l l   b e   u s e f u l , 
 
   *   b u t   W I T H O U T   A N Y   W A R R A N T Y ;   w i t h o u t   e v e n   t h e   i m p l i e d   w a r r a n t y   o f 
 
   *   M E R C H A N T A B I L I T Y   o r   F I T N E S S   F O R   A   P A R T I C U L A R   P U R P O S E .     S e e   t h e 
 
   *   G N U   G e n e r a l   P u b l i c   L i c e n s e   f o r   m o r e   d e t a i l s . 
 
   * 
 
   *   Y o u   s h o u l d   h a v e   r e c e i v e d   a   c o p y   o f   t h e   G N U   G e n e r a l   P u b l i c   L i c e n s e 
 
   *   a l o n g   w i t h   t h i s   p r o g r a m .     I f   n o t ,   s e e   < h t t p : / / w w w . g n u . o r g / l i c e n s e s / > . 
 
   *   
 
   *   F o r   f u r t h e r   i n f o r m a t i o n   p l e a s e   c o n t a c t . 
 
   * 	 h t t p : / / n y a t l a . j p / n y a t o o l k i t / 
 
   * 	 < a i r m a i l ( a t ) e b o n y . p l a l a . o r . j p >   o r   < n y a t l a ( a t ) n y a t l a . j p > 
 
   *   
 
   * / 
 
 u s i n g   S y s t e m ; 
 
 u s i n g   S y s t e m . D i a g n o s t i c s ; 
 
 n a m e s p a c e   j p . n y a t l a . n y a r t o o l k i t . c s . c o r e 
 
 { 
 
 
 
         / * * 
 
           *   S0n0000o00eQR0006RPn0!qD0P e r s p e c t i v e R e a d e r g0Y00
 
           * 
 
           * / 
 
         p u b l i c   c l a s s   N y A R C o l o r P a t t _ P e r s p e c t i v e   :   I N y A R C o l o r P a t t 
 
         { 
 
                 p r i v a t e   N y A R I n t P o i n t 2 d   _ e d g e   =   n e w   N y A R I n t P o i n t 2 d ( ) ; 
 
                 / * *   0000<h
}(un00000* / 
 
                 p r o t e c t e d   i n t [ ]   _ p a t d a t a ; 
 
                 / * *   000000P^* / 
 
                 p r o t e c t e d   i n t   _ s a m p l e _ p e r _ p i x e l ; 
 
                 / * *   S0n0000n0000* / 
 
                 p r o t e c t e d   N y A R I n t S i z e   _ s i z e ; 
 
                 p r i v a t e   I N y A R R g b P i x e l D r i v e r   _ p i x e l r e a d e r ; 
 
                 p r i v a t e   c o n s t   i n t   B U F F E R _ F O R M A T   =   N y A R B u f f e r T y p e . I N T 1 D _ X 8 R 8 G 8 B 8 _ 3 2 ; 
 
                 p r i v a t e   v o i d   i n i t I n s t a n c e ( i n t   i _ w i d t h ,   i n t   i _ h e i g h t ,   i n t   i _ p o i n t _ p e r _ p i x ) 
 
                 { 
 
                         D e b u g . A s s e r t ( i _ w i d t h   >   2   & &   i _ h e i g h t   >   2 ) ; 
 
                         t h i s . _ s a m p l e _ p e r _ p i x e l   =   i _ p o i n t _ p e r _ p i x ; 
 
                         t h i s . _ s i z e   =   n e w   N y A R I n t S i z e ( i _ w i d t h ,   i _ h e i g h t ) ; 
 
                         t h i s . _ p a t d a t a   =   n e w   i n t [ i _ h e i g h t   *   i _ w i d t h ] ; 
 
                         t h i s . _ p i x e l r e a d e r   =   N y A R R g b P i x e l D r i v e r F a c t o r y . c r e a t e D r i v e r ( t h i s ) ; 
 
                         r e t u r n ; 
 
                 } 
 
 
 
                 / * * 
 
                   *   0000000g0Y00
 
                   *   0000000 , eQR000000n06RP!qW0g00000000\ObW0~0Y00
 
                   *  0ؚSL0_j0Bfo00eQR00000006RPY0000000000Oc0f0O0`0U0D00
 
                   *   @ p a r a m   i _ w i d t h 
 
                   *   S_;uPn0P^E^
 
                   *   @ p a r a m   i _ h e i g h t 
 
                   *   S_;uPn0P^ؚU0
 
                   *   @ p a r a m   i _ p o i n t _ p e r _ p i x 
 
                   *   1 0000B0_00n0&~*j000000pe02 j002 x 2 = 4 00000000000Y000
 
                   *   @   
 
                   * / 
 
                 p u b l i c   N y A R C o l o r P a t t _ P e r s p e c t i v e ( i n t   i _ w i d t h ,   i n t   i _ h e i g h t ,   i n t   i _ p o i n t _ p e r _ p i x ) 
 
                 { 
 
                         t h i s . i n i t I n s t a n c e ( i _ w i d t h ,   i _ h e i g h t ,   i _ p o i n t _ p e r _ p i x ) ; 
 
                         t h i s . _ e d g e . s e t V a l u e ( 0 ,   0 ) ; 
 
                         r e t u r n ; 
 
                 } 
 
                 / * * 
 
                   *   0000000g0Y00
 
                   *   000000, eQR000000n06RP0c[W0f00000000\ObW0~0Y00
 
                   *   @ p a r a m   i _ w i d t h 
 
                   *   S_;uPn0P^E^
 
                   *   @ p a r a m   i _ h e i g h t 
 
                   *   S_;uPn0P^ؚU0
 
                   *   @ p a r a m   i _ p o i n t _ p e r _ p i x 
 
                   *   1 0000B0_00n0P^
 
                   *   @ p a r a m   i _ e d g e _ p e r c e n t a g e 
 
                   *   000E^n0rRT( A R T o o l K i t jnh0TX0j0002 5 ) 
 
                   *   @   
 
                   * / 
 
                 p u b l i c   N y A R C o l o r P a t t _ P e r s p e c t i v e ( i n t   i _ w i d t h ,   i n t   i _ h e i g h t ,   i n t   i _ p o i n t _ p e r _ p i x ,   i n t   i _ e d g e _ p e r c e n t a g e ) 
 
                 { 
 
                         t h i s . i n i t I n s t a n c e ( i _ w i d t h ,   i _ h e i g h t ,   i _ p o i n t _ p e r _ p i x ) ; 
 
                         t h i s . _ e d g e . s e t V a l u e ( i _ e d g e _ p e r c e n t a g e ,   i _ e d g e _ p e r c e n t a g e ) ; 
 
                         r e t u r n ; 
 
                 } 
 
                 / * * 
 
                   *   wb_Wn0000g	00000rRTg0c[W0~0Y00
 
                   *   @ p a r a m   i _ x _ p e r c e n t 
 
                   *   ]Sn0000n0rRTg0Y000 K005 0 n0n0peg0c[W0~0Y00
 
                   *   @ p a r a m   i _ y _ p e r c e n t 
 
                   *   
NNn0000n0rRTg0Y000 K005 0 n0n0peg0c[W0~0Y00
 
                   *   @ p a r a m   i _ s a m p l e _ p e r _ p i x e l 
 
                   *   1 0000B0_00n0&~*j000000pe02 j002 x 2 = 4 00000000000Y000
 
                   * / 
 
                 p u b l i c   v o i d   s e t E d g e S i z e B y P e r c e n t ( i n t   i _ x _ p e r c e n t ,   i n t   i _ y _ p e r c e n t ,   i n t   i _ s a m p l e _ p e r _ p i x e l ) 
 
                 { 
 
                         D e b u g . A s s e r t ( i _ x _ p e r c e n t   > =   0 ) ; 
 
                         D e b u g . A s s e r t ( i _ y _ p e r c e n t   > =   0 ) ; 
 
                         t h i s . _ e d g e . s e t V a l u e ( i _ x _ p e r c e n t ,   i _ y _ p e r c e n t ) ; 
 
                         t h i s . _ s a m p l e _ p e r _ p i x e l   =   i _ s a m p l e _ p e r _ p i x e l ; 
 
                         r e t u r n ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo0000n0E^0ԏW0~0Y00
 
                   * / 
 
                 p u b l i c   i n t   g e t W i d t h ( ) 
 
                 { 
 
                         r e t u r n   t h i s . _ s i z e . w ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo0000n0ؚU00ԏW0~0Y00
 
                   * / 
 
                 p u b l i c   i n t   g e t H e i g h t ( ) 
 
                 { 
 
                         r e t u r n   t h i s . _ s i z e . h ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo0000n0000n0Sgq$P0ԏW0~0Y00
 
                   * / 
 
                 p u b l i c   N y A R I n t S i z e   g e t S i z e ( ) 
 
                 { 
 
                         r e t u r n   t h i s . _ s i z e ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo00000n0;u }0S0000000n0Sgq$P0ԏW0~0Y00
 
                   * / 
 
                 p u b l i c   I N y A R R g b P i x e l D r i v e r   g e t R g b P i x e l D r i v e r ( ) 
 
                 { 
 
                         r e t u r n   t h i s . _ p i x e l r e a d e r ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo00000;uPn000000ԏW0~0Y00
 
                   *   0000b__o00{ @ l i n k   N y A R B u f f e r T y p e # I N T 1 D _ X 8 R 8 G 8 B 8 _ 3 2 } ( i n t [ ] ) g0Y00
 
                   * / 
 
                 p u b l i c   o b j e c t   g e t B u f f e r ( ) 
 
                 { 
 
                         r e t u r n   t h i s . _ p a t d a t a ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo00000000L000000@b	gW0f0D00K00ԏW0~0Y00W,gvk0t r u e g0Y00
 
                   * / 
 
                 p u b l i c   b o o l   h a s B u f f e r ( ) 
 
                 { 
 
                         r e t u r n   t h i s . _ p a t d a t a   ! =   n u l l ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo0O(u
NSg0Y00
 
                   * / 
 
                 p u b l i c   v o i d   w r a p B u f f e r ( o b j e c t   i _ r e f _ b u f ) 
 
                 { 
 
                         N y A R E x c e p t i o n . n o t I m p l e m e n t ( ) ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo000000000n0[pe0ԏW0~0Y00
 
                   * / 
 
                 p u b l i c   i n t   g e t B u f f e r T y p e ( ) 
 
                 { 
 
                         r e t u r n   B U F F E R _ F O R M A T ; 
 
                 } 
 
                 / * * 
 
                   *   S0n0peo00000000n00000000L0_pen00n0h0 NW0f0D00K0$R[W0~0Y00
 
                   * / 
 
                 p u b l i c   b o o l   i s E q u a l B u f f e r T y p e ( i n t   i _ t y p e _ v a l u e ) 
 
                 { 
 
                         r e t u r n   B U F F E R _ F O R M A T   = =   i _ t y p e _ v a l u e ; 
 
                 } 
 
                 p r i v a t e   I N y A R R g b R a s t e r   _ l a s t _ i n p u t _ r a s t e r   =   n u l l ; 
 
                 p r i v a t e   I N y A R P e r s p e c t i v e C o p y   _ r a s t e r _ d r i v e r ; 
 
                 / * * 
 
                   *   S0n0peo00000n0i _ v e r t e x s g0[U000V҉b_K0000000S_W0f00000000k0<h
}W0~0Y00
 
                   * / 
 
                 p u b l i c   b o o l   p i c k F r o m R a s t e r ( I N y A R R g b R a s t e r   i m a g e ,   N y A R I n t P o i n t 2 d [ ]   i _ v e r t e x s ) 
 
                 { 
 
                         i f   ( t h i s . _ l a s t _ i n p u t _ r a s t e r   ! =   i m a g e ) 
 
                         { 
 
                                 t h i s . _ r a s t e r _ d r i v e r   =   ( I N y A R P e r s p e c t i v e C o p y ) i m a g e . c r e a t e I n t e r f a c e ( t y p e o f ( I N y A R P e r s p e c t i v e C o p y ) ) ; 
 
                                 t h i s . _ l a s t _ i n p u t _ r a s t e r   =   i m a g e ; 
 
                         } 
 
                         / / `яln0000000{
 
                         r e t u r n   t h i s . _ r a s t e r _ d r i v e r . c o p y P a t t ( i _ v e r t e x s ,   t h i s . _ e d g e . x ,   t h i s . _ e d g e . y ,   t h i s . _ s a m p l e _ p e r _ p i x e l ,   t h i s ) ; 
 
                 } 
 
 
 
                 p u b l i c   o b j e c t   c r e a t e I n t e r f a c e ( T y p e   i I i d ) 
 
                 { 
 
                         i f   ( i I i d   = =   t y p e o f ( I N y A R P e r s p e c t i v e C o p y ) ) 
 
                         { 
 
                                 r e t u r n   N y A R P e r s p e c t i v e C o p y F a c t o r y . c r e a t e D r i v e r ( t h i s ) ; 
 
                         } 
 
                         i f   ( i I i d   = =   t y p e o f ( N y A R M a t c h P a t t D e v i a t i o n C o l o r D a t a . I R a s t e r D r i v e r ) ) 
 
                         { 
 
                                 r e t u r n   N y A R M a t c h P a t t D e v i a t i o n C o l o r D a t a . R a s t e r D r i v e r F a c t o r y . c r e a t e D r i v e r ( t h i s ) ; 
 
                         } 
 
                         t h r o w   n e w   N y A R E x c e p t i o n ( ) ; 
 
                 } 
 
         } 
 
 } 