• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Novel region-based image compression method based on spiking cortical model

    2015-01-17 12:29:26RongchangZhaoandYideMa

    Rongchang Zhaoand Yide Ma

    1.School of Information Science and Engineering,Central South University,Changsha 410083,China;

    2.School of Information Science&Engineering,Lanzhou University,Lanzhou 730000,China

    Novel region-based image compression method based on spiking cortical model

    Rongchang Zhao1,*and Yide Ma2

    1.School of Information Science and Engineering,Central South University,Changsha 410083,China;

    2.School of Information Science&Engineering,Lanzhou University,Lanzhou 730000,China

    To get the high compression ratio as well as the high-quality reconstructed image,an effective image compression scheme named irregular segmentation region coding based on spiking cortical model(ISRCS)is presented.This scheme is region-based and mainly focuses on two issues.Firstly,an appropriate segmentation algorithm is developed to partition an image into some irregular regions and tidy contours,where the crucial regions corresponding to objects are retained and a lot of tiny parts are eliminated.The irregular regions and contours are coded using different methods respectively in the next step.The other issue is the coding method of contours where an effcient and novel chain code is employed.This scheme tries to fnd a compromise between the quality of reconstructed images and the compression ratio.Some principles and experiments are conducted and the results show its higher performance compared with other compression technologies,in terms of higher quality of reconstructed images,higher compression ratio and less time consuming.

    data compaction and compression,image processing and computer vision,region-based image coding,neural network.

    1.Introduction

    Data compression is to fnd an approach to the representation of the information energy making use of the least codes.Image sparse representation is a critical point in image processing.There are many research efforts in image compression in the past decades and many classical methods are widely used.

    The image compression method based on block,such as JPEG[1],H.261[2],H.264 and MPEG[3,4],is widely used because of its low computation complexity and especially it does not need any shape information of objects in the original images.It is at its best on photographs with smooth variations of tone and color,and poor at representing discontinuities or impulse in the image.So there are some inherent shortages,such as mosaic effect and objectionable block distortion that greatly affects the subjective quality of reconstructed images.

    The second-generation image compression techniques [5,6]based on the human visual system(HVS)can achieve high compression ratio through identifying and making use of the features in the image while still maintaining the image quality.Among these techniques,the segmented image coding(SIC)[7]is thought to be a promising one.It is a region-oriented coding,which attempts to separate an image into some irregular regions with slowly varying image intensity by image edges,then applies appropriate coding techniques to each region and contour respectively.The discontinuous parts of an image are represented alone.

    A region-oriented compression technique usually requires three main steps[8]:preprocessing,segmentation, coding of contours and texture components.The purpose of preprocessing is eliminating some tiny regions that slightly affect the coding quality,and enhancing the image and removing noise produced in the sampling process.This paper mainly focuses on the segmentation method,components coding and the performance of the proposed scheme. The relevant knowledge of image denoising and enhancing has been presented in[9,10].Segmentation assembles similar pixels into corresponding regions and separates those regions with dissimilar pixels.The compression techniques depend on this kind of segmentation method which has been explored for decades,and it is the segmentation method that determines the coding manner of SIC[8].

    The frst key problem to be resolved in this paper is the segmentation method.The actual performance of regionbased representation depends highly on the segmentation algorithm.For coding purposes,Christopoulos[13]proposed that the segmentation algorithm should satisfy four properties:the number of regions must be controllable, the produced regions must be smooth enough,few smallregions should be produced and the contours should be smooth.There are many image segmentation or edge detection algorithms[12].The classical methods based on edge detection aim to fnd the boundary to separate different regions,such as Canny,Sobel,Prewitt and Laplace. The classical region-based approach of image segmentation is the threshold method,which could ensure the segmented regions closed but it is rough for the petty texture and the value of the threshold is hard to choose.Another approach based on regions starts with a unit,and then splits and merges with some criteria until the desired result is obtained[11,13].This approach could obtain preferable segmented images but the process of splitting and merging is diffcult to control.Subsequently,a variety of hybrid methods appear,for example watershed method[14,15], graph cut[16–19],geometric active contour model[20], and something like that.These methods could not only make the contours smooth,but also segment the main objects from a scene,but they could not distinguish the more pixels without a similar value.The proposed irregular region segmentation algorithm could fnd regions and natural edges of regions effectively by means of the series of output pulse images of the model and the connected component labeling method.The results will show that the new segmentation method can get a satisfed effect with less time-consuming when used in image compression.

    Another critical problem to be resolved is the representation of regions and contour pixels.The basic approach is approximation of a weighted sum of basis functions and the coeffcients in that sum are quantized and coded [21–23]for regions while effcient chain codes are used for contour pixels.If the basis functions in a given region are orthogonal generally,the coeffcients of basis functions could be obtained easily and independently.But the initial basis is not orthogonal commonly,so the orthogonalization process is needed.So the adoption of basis functions needs to focus on in this paper.Two existing basis functions,the cosine function and the binary polynomial,are adopted to represent the pixel intensity of segmented irregular regions.For contours coding,the most used method is chain code.The conventional chain coding techniques show high effciency,but only exploit the limited coherence.The directional grid chain coding[24]exploites contour coherence with the Markov chain using a rectangular cell.In [25],the relative angle difference between the chain code and its previous element is coded by the Huffman code based on the probabilities of the Freeman codes.Motivated by this method,considering the computational complexity of the proposed scheme,a simple and effcient method is developed and used in the proposed scheme.

    The spiking cortical model(SCM)[26,27],based on the Eckhorn’s neuron model[28],derives from the phenomena of synchronous pulse bursts in mammal’s visual cortex.SCM is a feedback network formed by the linking of a large amount of neurons,according to the elicitation of biological visual cortex pattern.The model assembles the similar neighboring neurons into the same region based on the linking between neurons,the multiplicative modulated inputs and the dynamic thresholds.The model could slight the minor difference between pixel values and fnd the tidy contours if used in image segmentation.The property of a synchronous pulse burst makes SCM ft for image smoothing,image segmentation,edge detection,image enhancement and feature extraction[26,27,37,38].

    In this paper,a new kind of image coding method, named as irregular segmented region coding based on SCM(ISRCS),will be described specially in next section,and the principle of irregular segmented region coding based on the segmentation method is mainly investigated in detail.An effective region segmentation method which is suitable for irregular region segmentation is developed.SCM will be more suitable for the segmentation of irregular regions and the natural edge of objects in the original image.The coding scheme much better matches HVS[5]and will be not only able to achieve a higher compression ratio but also obtain reconstructed images with better quality.

    The basic principle of the segmentation method based on SCM will be introduced in Section 2 and the mathematical analysis of representation of regions will be discussed in Section 3.Section 4 introduces an effective chain code,Section 5 deseribes the ISRCS coding and decoding framework and Section 6 is the experimental results and discusses.Section 7 concludes this paper.

    2.Region segmentation based on SCM

    This section will present the irregular region segmentation method based on the spiking cortical model.The aim of segmentation is to divide the image into non-overlapping regions with similar contribution and every region corresponds to a different object.The spiking cortical model derives from the phenomena of synchronous pulse bursts which could make simultaneous excitation of similar and adjacent stimulations.This mechanism gives a guarantee of effective collection of pixel with similar intensity and adjacent position.Afterward,a labeling method is adapted to label the connected components in the output of the model and complete the segmentation.So the segmentation algorithm will contain the following steps:generation of the output binary image and connected components labeling(CCL).

    2.1Generation of binary image based on SCM

    For simplicity,the revised form of SCM is given directlyas(1)–(5).

    where subscript(i,j)is the identifcation number of a neuron,Iijis the external stimulation of a neuron,Fij[n]is the feedback input,Lij[n]is the linking input,Uij[n]is the internal activity,and Eij[n]is the dynamic threshold and it decreases exponentially.W is the synaptic weight matrices,f and g are decay consistent constants(0<f<1,0<g<1),V is the threshold amplitude constant,n is the iteration time,Yij[n]is the binary pulse output,Eij[n?1]is the previous dynamic threshold,and DIFFij[n]is the difference between the neuron(i,j)and its 8-neighborhood.Each part communicates with neighboring neurons through the synaptic weight W respectively.Then the neuron combines the feedback input with the linking input as the internal activity,and the sequential pulse sequence will be generated(Yij[n]=1)by SCM when the internal activity Uij[n]is greater than the dynamic threshold Eij[n].The linking input L derives from two parts:one is the coupled information and the other is the difference with its 8-neighborhood.The pulses produced by neighbors participate in the stimulus of this neuron through the multiplication with W.The difference enhances the impact of the rapid change on the image pixel value.

    A two dimensional image with a size of M×N can be thought as a neural network with M×N neurons,and the intensity of pixels can be thought as its stimulus.As an approach,the SCM can be used in a segmentation algorithm because of the two following factors.

    In those equations,if W =0 and without regard to DIFF,(3)turns into U[n]=F+fU[n?1],that means this network works with connectionless status.All the neurons with same input will pulse at the same time,and for the neuron,the more powerful stimulus,the easier impulse production.Because the impulse of the neuron only depends on its stimulus,the output pulse images can show the magnitude relationship of the stimulus but the space relation cannot be found.That means the network can capture pixels with the similar value.

    If the stimulus is with the same value,in(3),U is only controlled by the impulse and the difference from the neighbors.The pulses also motivate its communications with the neighboring neurons.In(2)and(3)it should be noted that the inter-neuron communication only occurs when the output of the neuron is high.

    A pulsed neuron may result in the synchronous impulse of its neighbors with approximate intensity.The model could catch not only the spatial information but also the information of the similar pixel value.The output pulse image contains features of the stimulus such as edge,texture and regional information and it is the source of the segmented image.

    In the method,the pixel in an image corresponds to the neuron,and the value of Iijis formed by the intensity of corresponding image pixel.Then as the input,the image is submitted to the revised SCM which is ready for capturing the similar and adjacent simulations.Due to the difference DIFF,coupling L between the neuron stimulation and its neighbors,pixels with similar intensity are grouped together as a connected component.Therefore,the output matrix Y of the model is labeled using the number“0”and“1”to distinguish different regions and background of the image.

    2.2Fast connected component labeling

    In an output matrix,the element numbered as“1”means it belongs to the regions while the element numbered as“0”refers to those belonging to the background.Usually the contour is closed,but in a series of output pulse images, the pixels(whose value is 1)may be disconnected despite those pixels have the similar value.In this case,those disconnected pixels may not correspond to the same region in the original image.To search the pixels contained in the same region corresponding to the object,CCL is used. CCL is to assign a number to each connected region to distinguish different regions.The number is the only one in the image and the maximum one is the number of regions in the output image in general.

    In this paper we adopt a sequential connected components label method.Suppose the previous labeling number is N0,all the pixels in a connected component can be labeled with the only and same number after the following two steps.

    Step 1The output pulse image as Y is scanned from left to right,from top to bottom.If Y(i,j)=1,assign a value as V.The frst value in this step is N0+1 and the other V is chosen as:

    Step 1.1If all the neighbors of Y(i,j)are zero,(i,j) is set as the background and it is not a pixel of the region.

    Step 1.2If there is only one non-zero element in the neighborhood of(i,j),it is set using the only element.

    Step 1.3If all the labels of the neighbors are the same, (i,j)is set as the same label.

    Step 1.4If all the labels of the neighbors are not thesame,(i,j)is set as any label.Here,the neighbors with different labels must be resolved by means of a new type of data structure named as equivalence table in next step.

    The equivalence table refers to the relationship of all the labels.The pixels,whose labels are contained in a same equivalence table,are assigned into the same region.For example,Eqlabel[4]={4,7,14,17,23},it means all the pixels labeled as 4,7,14,17,23 are from the same region.

    Step 2The conficting label must be labeled again with the help of the equivalence table.The algorithm resorts each equivalence table by size and replaces the conficting label by the following relation.

    Searchlabel[Eqlabel[i][j]]=Min(Eqlabel[i]),

    Imlabel[i][j]=Searchlabel[Imlabel[i][j]].

    Fig.1 Mapping between equivalence table and search table

    3.Representation of irregular regions

    The image encoding method,from a variety of mathematical essence,is to fnd a way to minimize the distortion of the image data of the sparse representation.Fortunately, the sparse representation model indicates that the image can be viewed as a linear combination of multiple basis functions,and only a few basis functions with large nonzero coeffcients.However,the common image compression methods based on block coding using the cosine function,wavelet functions are not suitable to represent the irregular image regions because they cannot be partitioned into rectangles with an integer number.In this section,a hybrid method based on both polynomial approximation and block coding is used in representation of irregular regions.

    3.1Polynomial approximation

    Let f(x,y)denote the intensity of the pixel corresponding to coordinate(x,y),f′(x,y)is the approximating function of f(x,y),and it can be represented by weighted sums of N basis functions{?1,?2,...,?N} which are parameterized by their corresponding coeffcients{c1,c2,...,cN},

    The error function can be defned as

    If N → ∞,it means{?i(x,y)}is a set of complete orthogonal basis functions,E is zero,else,to minimize E by c,for?i,let?E/?ci=0,and the value of cicould be calculated as(8)by means of the orthogonal characteristic.

    3.2Orthogonalization of basis functions

    As proved in[29],in an N-dimensional subspace,a set of orthogonal basis functions always can be gotten from a set of linearly independent initial bases using the orthogonalization scheme of Gram-Schmidt(GS).To learn more about GS orthogonalization,please see[29].

    Although the computation is greatly simplifed when orthogonal functions are used,the GS orthogonalization process is time-consuming.Furthermore,GS is space expensive because the previous basis functions must be stored in memory even though the function is used only once for computing of a single coeffcient.Another orthogonalization approach named Weakly Separable(WS)approach is introduced.The basis functions are regarded as two separable parts and every part could be computed independently and quickly.Here a few basic theories are listed,and more detailed explanation will be found in[30–32].

    3.3Hybrid representation

    To represent the irregular regions effectively and accurately,a class of discrete cosine transform(DCT)based approaches,called as shape-adaptive DCT(SA-DCT),isproposed by flling the irregular region with 0-valued pixels and handling the regions as rectangles.For example, SA-DCT flls the outer region with 0-valued pixels and creates a minimal rectangle which could envelop the irregular region,so the rectangle region can be represented by DCT coeffcients.The accuracy of this approach is unaffected because the flled pixels are zero,but the calculation is increasing.In addition,another approach is proposed that reduces the number of 0-valued pixels and transforms the irregular a region into regular region with few 0-valued pixels.

    In this section,a hybrid representation method is proposed.With this approach,an irregular region is approximated by a series of rectangle blocks with a size of 8×8, then the part in the blocks is represented using block coding for a fast and effective approach and the part out of the blocks is coded by polynomial approximation owing to the ability of block coding.So the representation of irregular regions can be described in the schematic drawings with two parts as shown in Fig.2.

    Fig.2 Flow diagram of the proposed hybrid region representation

    4.Coding for contours

    Chain coding is a common approach for representing the contours of images.The frst work on representing the curves using chain codes is done by Freeman[33]and the code is also called as Freeman Code.The chain code records the direction information of curves by a number sequence based on 4-neighbor or 8-neighbor.For the 8-neighbor,the sequence is{0,1,2,3,4,5,6,7},denoting an angle according to different movement directions along a curve from the starting point to the next.

    The coding theory aims to eliminate some redundancy. There are a mass of structural information in Freeman codes,for example the next Freeman code element is very often the same as its predecessor[24].The statistical probability result of various angle differences between two elements in contour codes is shown in Table 1.It can be seen that,about 99%of the angle difference of Freeman codes is 0 or 45,and the Freeman codes of a contour are changing with a small direction or the adjacent code element is very often not changing when compared with the predecessor.The frst difference and the concept of entropy could be used to reduce a lot of information that is used to represent the unchanged code.In this method which is used to code the contours of irregular regions,it tries to reduce the redundancy by the frst difference of Freeman codes and Huffman coding.The Huffman code is based on the concept of entropy.Codes for more probable characters are shorter than the ones for less probable characters and each code can be uniquely decoded.After the frst difference and Huffman coding,the codes represent the information of contours of the region.The average bits per code are calculated as

    where Piis the probability of the the ith code and Aiis the number of bits representing the code.

    Table 1 Statistic of contours from the Berkeley segmentation Dataset-BSDS300[39]

    5.ISRCS coding and decoding framework

    In ISRCS,the contours can be coded with chain coding while the regions can be expressed approximately with a hybrid method.Pixels in a region of image f(x,y)can be expressed with an approximate function f′(x,y)which can be built through a set of arbitrary linearly independent basis functions{?0,?1,...,?N}and discrete cosine functions using the method of SA-DCT.

    The framework of the ISRCS algorithm is shown in Fig.3.Firstly an input image is segmented into a lot of regions and its contours and then the regions and the contours are coded using different methods respectively.The contours are compressed with the help of Freeman chain while the regions are coded by the method of SA-DCT which is a hybrid method based on DCT and polynomial approximation.Finally region codes combining with the contour codes which depict the position of the corresponding region,act as the image codes.And at the receiver the image is reconstructed through the function f′(x,y)built by the coeffcients of each region and contour codes.

    Fig.3 Framework of irregular segmented region coding

    6.Experiments and analysis

    In this section,a lot of experimentations are implemented to demonstrate the performance of ISRCS.In the frst part, the results obtained with the algorithm described in Section 5 are compared with other image coding methods:algorithm based on 2D-DCT,JPEG2000 based on wavelet and algorithm proposed in[40].The results demonstrate the strong points of ISRCS on the compression ratio and the quality of the reconstructed image.Results and analysis of region representation based on SA-DCT described in Section 3 will be presented in the second part of this section.Finally,the experiments about the coding scheme are presented.

    6.1Comparison with other schemes

    In this subsection,a lot of images are tested for comparison with other region-based image compression methods.Here Algorithm 1 denotes the image coding method based on ISRCS,Algorithm 2,the classical one which is used in JPEG,MPEG1 and MPEG2,is based on 2DDCT,Algorithm 3 is JPEG2000(the algorithm is realized by JPEG2000 developer toolkit[34])and Algorithm 4 is proposed in[40].The performance of the image coding algorithm will be shown with the reconstructed image and two quantitative parameters:the peak signal to noise ratio (PSNR)and the compression ratio(CR).

    As shown in Fig.4,this section selects a few test images such as“Lena”,“House”and“Milkdrop”with 128×128, 8 bits to show the performance of different compression methods.Fig.4(a)is the original image,Fig.4(b)is reconstructed images based on Algorithm1,Fig.4(c)–(f)are zoomed from the reconstructed image based on Algorithms 1–4,respectively.At the same time the PSNR and CR of the images are shown in Table 2.

    Table 2 PSNR(DB)and CR of the algorithms

    The compared results represent that with the approximate CR,the PSNR of Algorithm 1 is higher than Algorithm 2.The blocks zoomed to 400%shown in Fig.4(d) present serious block distortion that is known as mosaic effect that destroys the natural edges and contours of objects in the original image,while Fig.4(c)–(f)contain no such.Fig.4(c)is broken by the block distortion and Fig. 4(d)is blurred although it is not block distortion.Compared with the proposed algorithm,reconstructed images based on JPEG 2000 and the method in[40]not reserve block distortion yet but JPEG 2000 is blurry for it loses part of high frequency components and method in[40]is weaker for the presentation of region contours.It means the performance of Algorithm 1 could get a profound performance because it can better retain the edges and details of image,and the ISRCS performs better in image compression.

    6.2Characteristic of SA-DCT

    Fig.4 Reconstructed image

    Fig.5 Novel SA-DCT to representation of pixels in segmented region

    For the representation of pixels in the region,a novel SADCT described in Section 5,where an irregular region is approximated by a series of rectangle blocks with a size of 8×8,then the pixels in the blocks are represented based on block coding and the pixels out of the blocks are coded by polynomial approximation.Fig.5 shows the processing of an example,where Fig.5(a)is a segmented image and a piece of region.Fig.5(b)and(c)are two existing SA-DCT methods,Fig.5(d)is the new SA-DCT method described in this paper.Fig.5(e)is the bivariate polynomial basis function where N=6,and Fig.5(f)is a sample of polynomial coeffcients.Fig.5(g)is the constructed region for the initial one presented in Fig.5(a).Here for image Fig. 5(g),PSNR=31.013when bits per pixels(bpp)is 1.01823.

    The results of experiments of the representation of regions show that the coeffcients redundancy is smaller and

    the representation of regions is effective,when the pixels in the blocks are represented based on block coding and the pixels out of the blocks are coded by polynomial approximation.Its problem is complicated calculation which will be resolved by fast algorithms and high-speed devices.

    6.3Experiments about ISRCS

    The results of the segmented algorithm described in Section 2 are shown.Fig.6(a)is the original image andFig.6(b)is the output pulse image after eight iterations. Fig.6(c)shows the segmented image using the proposed algorithm.Figs.6(d),(e)and(f)show the segmented image based on the watershed algorithm,the recursive shortest spanning tree(RSST)technique[35]and the algorithm described in[13].

    Fig.6 Segmented images from different algorithms

    The proposed segmented algorithm extracts contours based on the output pulse image of SCM after different iterations.Fig.6(b)is an example of the output image of SCM after eight iterations,Fig.6(c)is the proposed algorithm based on the output pulse image and the region connection method(89 regions,3 012 contour pixels).Fig. 6(d)is the image segmented with the watershed algorithm (196 regions,2 659 contour pixels).Fig.6(e)is the RSST algorithm(70 regions,8 031 contour pixels).Fig.6(f)is the algorithm of[13](300 regions,6 783 contour pixels). It could be observed that the output image series shows different precisions of the texture.The suited output must be chosen because the expected segmented image should not only catch and segment regions with homogeneous pixels,but also control the number of the smaller regions and contour pixels.The proposed algorithm eliminates the smaller regions and some inconsequential contours based on the region connected method.It could be observed that the shape of the regions is clear.The proposed algorithm catches most regions with fewer contour pixels compared with the two methods shown in Fig.6.

    Most experiments show that quite a few of bits are spent for coding the contour pixels.Thus the number of contour pixels is very important in irregular segmented region coding because it determines the compression radio of the algorithm.In most applications,the segmented method is expected as controllable,the number of the contour pixels is smaller and the number of regions is controllable. The CR of ISRCS is controllable with parameter values of SCM by controlling the number of regions and contours. ISRCS is compared with the other algorithms and the results are shown in Fig.7.The global threshold is calculated based on the Otsu method.It could be observed that the values of the number of contour pixels per region in general accord with the value in method of[27]and the value is steady along with the increase of regions.The value in the other method is choppy and the ratio between the codeword length of contours and that of regions is small sometimes.With certain parameters of SCM,ISRCS can get a balanced ratio between the number of regions and that of contours.It not only obtains a higher compression radio, but also holds the clear contour outline and outputs the higher quality reconstructed image.

    Fig.7 Relation between number of regions and number of contour pixels on the Berkeley Segmentation Dataset-BSDS300.

    The relation between the compression radio and the number of regions is depicted in Fig.8 for test images from the Berkeley segmentation dataset.It can be observed that the CR changes slowly with the increasing of the number of regions.The effect of the region number upon the CR is not so seriously as the other algorithms because ISRCS alleviates the contradiction between the number of regions and the number of contours.Furthermore,the CR of ISRCS is better than the algorithm proposed in[13]when the number of regions is bigger than 300.So if more detailed texture is needed,the ISRCS can be chosen to get a good compression ratio.

    As shown in Table 3,some experiments explore the relationship between the CR and image resolution,which are based on the platform of Pentium IV/CPU 2.4 GHz/ 1024 MB RAM,Microsoft Visual C++6.0.The test images are Lena,Milkdrop and House of 128×128, 256×256,512×512 and 768×768,and of 8 bits,respectively[36].

    Fig.8 Relation between compression radio and number of regions on the Berkeley Segmentation Dataset-BSDS300.

    It can be noticed that with the increase of original image resolution,the CR is increasing evidently with almost nondecreasing PSNR but more time-consuming obviously.It means that ISRCS maybe better suit for the compression of higher resolution images than the lower one.However, the algorithm is time consuming when resolution is higher, which could be resolved with the optimization of the ISRCS algorithm and special fast processing devices such as digital signal processor(DSP).

    Although the proposed method is outstanding for the most of the test images,it is ordinary for the low resolution images with complex scenes.Based on the results in Fig.4,Tables 2 and 3,it is real that for the complex image“Lena”the method could get a smaller CR compared to other test images.It is due to that more region codes and contour codes are used because the complex image is segmented into more pieces of regions and more varied contours are produced to represent these regions.If a perfect segmentation method is developed,this scheme will get a fascinate result.

    Table 3 Coding characteristics of different resolutions based on ISRCS

    7.Conclusion

    An effcient irregular segmented image coding method based on the spiking cortical model is represented and named as ISRCS in this paper.In the framework of ISRCS,the mission is divided as two parts:segmentation and coding of homogenous regions.The segmented method divides an input image into contours and regions. This paper proposes a segmented method based on the output pulse image of SCM and the region connection method.This method gives clear regions and smooth contours because the segmented image not only holds most contours of the objects,but also obtains some clear texture which is mapped to a same object or has the homogenous pixels.It is suitable for image coding because of the representation of the region by orthogonal basis functions.In addition,this method could control the number of the regions and contours by the parameters of SCM,which could be a choice for the compression radio.

    Furthermore,the representation of contour pixels and regions is studied.The ISRCS adopts an effective chain code which could reduce the bit rate when coding the contour pixel.The weakly separable basis function and GS basis functions are studied for region representation.The ISRCS could not only obtain the details but also get higher compression ratios.Much interest has been given to the segmented image coding,but,to the best of our knowledge, little attention has been given to irregular segmented region coding based on SCM recently.This work is just an attempt in the image coding using SCM and most works would be studied in the future.

    Acknowledgment

    We would like to express our sincere thanks to David Taubman for JPEG2000 developer toolkit named Kakadu Software.We are also very grateful to Maojun Su,Chunliang Qi,Beidou Zhang,Wenrui Yu,who kindly helped us to complete some experiment and this paper.

    [1]ISO/IEC 10918-1.Information technology-digital compression and coding of continuous-tone still images—Part 1:requirements and guidelines,1994.

    [2]ITUTS.Line transmission of non-telephone signals-video codec for audiovisual services at p64 Kbit/s-ITU-T recommendation H.261,1993.

    [3]ISO/IEC 11172-2.Information technology-coding of moving pictures and associated audio for digital storage media at up to about 1.5Mbit/s—Part 2:video,1993.

    [4]ISO/IEC 13818-2.Information technology-generic coding of moving pictures and associated audio information—Part 2: video,1994.

    [5]M.Kunt,A.Ikonomopoulos,M.Kocher.Second-generation image-coding techniques.Proceeding.of the IEEE,1985,73(4):549–575.

    [6]M.Kunt,M.Benard,R.Leonardi.Recent results in highcompression image coding.IEEE Trans.on Circuits and Systems.1987,34(11):1306–1336.

    [7]M.Gilge.Region-oriented transform coding(ROTC)of images.International Conference on Acoustics,Speech,and Signal Processing,1990:2245–2248.

    [8]M.M.Reid,R.J.Millar,N.D.Black.Second-generation image coding:an overview.ACM Computing Surveys,1997, 29(1):3–29.

    [9]R.C.Gonzalez,R.E.Woods.Digital image processing(second edition).Beijing:Publishing House of Electronics Industry,2007.

    [10]Y.D.Ma,F.Shi,L.Li.A new kind of impulse noise flter based on PCNN.International Conference on Neural Networks and Signal Processing,2003:152–155.

    [11]H.Zhang,J.E.Fritts,S.A.Goldman.Image segmentation evaluation:a survey of unsupervised methods.Computer Vision and Image Understanding,2008,110(2):260–280.

    [12]R.Jain,R.Kasturi,B.G.Schunck.Machine vision.Beijing: China Machine Press,2003.

    [13]C.A.Christopoulos,W.Philipsb,A.N.Skodras,et al.Segmented image coding:techniques and experimental results. Signal Processing:Image Communication,1997,11(1):63–80.

    [14]L.Vincent,P.Soille.Watersheds in digital spaces:an effcient algorithm based on immersion simulations.IEEE Trans.on Pattern Analysis and Machine Intelligence,1991,13(6):583–598.

    [15]S.Beucher.Watersheds of functions and picture segmentation.Proc.of the IEEE International Conference on Acoustics, Speech and Signal Processing,1982,7(1):1928–1931.

    [16]F.Felzenszwalb,P.Huttenlocher.Effcient graph-based image segmentation.Internatinal Journal of Computer Vision,2004, 59(2):167–181.

    [17]C.T.Zahn.Graph-theoretic methods for detecting and describing gestalt clusters.IEEE Trans.on Computing,1971,20(1): 68–86.

    [18]R.Urquhart.Graph theoretical clustering based on limited neighborhood sets.Pattern Recognition,1982,15(3):173–187.

    [19]Z.Wu,R.Leahy.An optimal graph theoretic approach to data clustering:theory and its application to image segmentation. IEEE Trans.on Pattern Analysis and Machine Intelligence, 1993,15(11):1101–1113.

    [20]Y.Zheng,G.Y.Li,X.H.Sun,et al.Geometric active contours without re-initialization for image segmentation.Pattern Recognition,2009,42(9):1970–1976.

    [21]M.Gilge.Region-oriented transform coding(ROTC)of images.International Conference on Acoustics,Speech and Signal Processing,1990,4(1):2245–2248.

    [22]M.Gilge,T.Engelhardt,R.Mehlan.Coding of arbirearily shaped image segments based on a generalized orthogonal transform.Signal Processing:Image Communication,1989, 1(2):153–180.

    [23]B.Sambhunath.Segmentation-base image compression for graylevel images.Pattern Recognition,2003,36(6):1501–1517.

    [24]H.Park,G.R.Martin,A.C.Yu.Compact representation of contours using directional grid chain code.Signal Processing: Image Communication,2008,23(2):87–100.

    [25]Y.K.Liu,B.Zalik.An effcient chain code with Huffman coding.Pattern Recognition,2005,38(4):553–557.

    [26]K.Zhan,H.J Zhang,Y.D.Ma.New spiking cortical model for invariant texture retrieval and image processing.IEEE Transactions on Neural Networks,2009,20(12):1980–1986.

    [27]Y.D.Ma,K.Zhan,Z.B.Wang.Applications of pulse-coupled neural networks.Beijing:Higher Education Press,2010.(in Chinese)

    [28]R.Eckhorn,E.Reitboeck,M.Arndt,et al.Feature linking via synchronisation among distributed assemblies:simulations of results from cat visual cortex.Neural Computation.1990,2(3): 293–307.

    [29]J.L.Walsh.Interpolation and approximation by rational functions in the complex domain(fourth edition).American Mathematical Society Colloquium Publications,1965.

    [30]W.Philips.Fast coding of arbitrarily shaped image segments using weakly separable bases.Optical Engineering,1996, 35(1):177–186.

    [31]W.Philips.Weakly separable bases for fast segmented image coding.SPIE Hybrid Image and Signal Processing IV,1994, 2238(1):153–163.

    [32]W.Philips,C.A.Christopoulos.Fast segmented image coding using weakly separable bases.IEEE International Conference on Acoustics,Speech,and Signal,1994:345–348.

    [33]H.Freeman.On the encoding of arbitrary geometric confgurations.IEEE Trans.on Electronic Computers,1961,10(2): 260–268.

    [34]D.Taubman.The world’s leading JPEG 2000 developer toolkit.http://www.kakadusoftware.com

    [35]M.J.Biggar,O.J.Morris,A.G.Constantinides.Segmented image coding:performance comparison with the discrete cosine transform.IEE Proceedings—Part F on Communications,Radar and Signal Processing,1988,135(2):121–132.

    [36]M.J.Su.Image processing based on pulse coupled neuron networks and its implementation on DSP.Lanzhou:Lanzhou University,2009.(in Chinese)

    [37]Y.D.Ma,F.Teng,K.Zhan.A new method of color image enhancement using spiking cortical model.Journal of Beijing University of Posts and Telecommunications,2012,35(3):70–73.(in Chinese)

    [38]R.C.Zhao,Y.D.Ma.A region segmentation method for region-oriented image compression.Neurocomputing,2012, 85(1):45–52.

    [39]D.Martin,C.Fowlkes,D.Tal,et al.A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics. Proc.of the IEEE International Conference on Computer Vision,2001,2(1):416–423.

    [40]M.Cagnazzo,G.Poggi,L.Verdoliva.Region-based trandform coding of multispectral images.IEEE Trans.on Image Processing,2007,16(12):2916–2926.

    Biographies

    Rongchang Zhao was born in 1982.He received his Ph.D.degree in radio physics from Lanzhou University in 2011,and held a postdoctor fellowship with School of Information Science and Engineering,Central South University.He is now working in Central South University.His current research interests include image processing,pattern recognition and conputer vision.

    E-mail:byrons.zhao@gmail.com

    Yide Ma was born in 1963.He received his Ph.D.degree from the Department of Life Science, Lanzhou University,Gansu,China,in 2001.He is currently a professor in the School of Information Science and Engineering,Lanzhou University.He has published more than 50 papers in major journals and international conferences and several textbooks. His current research interests include artifcial neural networks,digital image processing,pattern recognition,digital signal processing,and computer vision.

    E-mail:ydma@lzu.edu.cn

    10.1109/JSEE.2015.00021

    Manuscript received December 27,2013.

    *Corresponding author.

    This work was supported by the National Science Foundation of China (60872109)and the Program for New Century Excellent Talents in University(NCET-06-0900).

    夜夜看夜夜爽夜夜摸| 嫩草影院新地址| 国产国拍精品亚洲av在线观看| 香蕉av资源在线| 男女边吃奶边做爰视频| 国产av不卡久久| 久久久成人免费电影| 在线免费观看的www视频| 国产高清视频在线观看网站| 国产私拍福利视频在线观看| 国产黄a三级三级三级人| 成人国产麻豆网| 无遮挡黄片免费观看| 国产成人91sexporn| 日韩欧美精品v在线| 一区福利在线观看| 波多野结衣高清作品| 亚洲18禁久久av| 中文字幕熟女人妻在线| 久久久精品欧美日韩精品| 床上黄色一级片| 五月玫瑰六月丁香| 有码 亚洲区| 国产高清视频在线观看网站| 精品一区二区三区人妻视频| 色哟哟哟哟哟哟| 亚洲精品亚洲一区二区| 亚洲美女黄片视频| 男女啪啪激烈高潮av片| 2021天堂中文幕一二区在线观| 寂寞人妻少妇视频99o| 人人妻,人人澡人人爽秒播| 男女做爰动态图高潮gif福利片| 男女下面进入的视频免费午夜| 亚洲自拍偷在线| 男女下面进入的视频免费午夜| 色吧在线观看| 天堂动漫精品| 床上黄色一级片| 久久久久国内视频| 能在线免费观看的黄片| 日本欧美国产在线视频| 亚洲精品国产av成人精品 | 成人性生交大片免费视频hd| 日韩欧美免费精品| 高清毛片免费观看视频网站| 蜜桃久久精品国产亚洲av| 国产免费男女视频| 97碰自拍视频| 长腿黑丝高跟| 99riav亚洲国产免费| 内地一区二区视频在线| 亚洲精品456在线播放app| 欧美成人精品欧美一级黄| 一本一本综合久久| 国产人妻一区二区三区在| 亚洲精品456在线播放app| 亚洲av成人精品一区久久| 搡老熟女国产l中国老女人| 精品不卡国产一区二区三区| 又粗又爽又猛毛片免费看| 九九久久精品国产亚洲av麻豆| 有码 亚洲区| 夜夜爽天天搞| 51国产日韩欧美| 亚洲不卡免费看| 天堂av国产一区二区熟女人妻| 看十八女毛片水多多多| 日日啪夜夜撸| 99久久中文字幕三级久久日本| 午夜亚洲福利在线播放| 偷拍熟女少妇极品色| 久久中文看片网| 亚洲内射少妇av| 国国产精品蜜臀av免费| 一个人免费在线观看电影| 一个人免费在线观看电影| 色综合站精品国产| 观看美女的网站| 熟女人妻精品中文字幕| 久久精品国产鲁丝片午夜精品| 老女人水多毛片| 老师上课跳d突然被开到最大视频| 麻豆一二三区av精品| 国产女主播在线喷水免费视频网站 | 国产麻豆成人av免费视频| 日韩 亚洲 欧美在线| 国产av不卡久久| 老熟妇乱子伦视频在线观看| 欧美潮喷喷水| 亚洲欧美精品综合久久99| 日本一二三区视频观看| 国产一区亚洲一区在线观看| 日本精品一区二区三区蜜桃| 一区福利在线观看| 成人特级av手机在线观看| 岛国在线免费视频观看| 免费搜索国产男女视频| 欧美色视频一区免费| 99在线视频只有这里精品首页| 晚上一个人看的免费电影| 又黄又爽又刺激的免费视频.| 国产高清三级在线| 免费看美女性在线毛片视频| 久久久午夜欧美精品| 十八禁网站免费在线| 日韩av在线大香蕉| 精品人妻熟女av久视频| 国产亚洲欧美98| 97超级碰碰碰精品色视频在线观看| 色尼玛亚洲综合影院| 看黄色毛片网站| 成人特级黄色片久久久久久久| 午夜影院日韩av| 菩萨蛮人人尽说江南好唐韦庄 | 国产真实乱freesex| 麻豆成人午夜福利视频| 乱系列少妇在线播放| 久久人人爽人人片av| 日韩强制内射视频| 久久久久久久久久黄片| 亚洲无线在线观看| 久久综合国产亚洲精品| 最近手机中文字幕大全| 久99久视频精品免费| 狂野欧美白嫩少妇大欣赏| 久久草成人影院| 亚洲美女搞黄在线观看 | 一进一出好大好爽视频| 国产精品爽爽va在线观看网站| 久久久久国内视频| 非洲黑人性xxxx精品又粗又长| 精品久久久久久久久久久久久| 成人永久免费在线观看视频| 高清午夜精品一区二区三区 | 日韩欧美 国产精品| 99久久久亚洲精品蜜臀av| 国产av在哪里看| 成人特级av手机在线观看| 国产精品女同一区二区软件| videossex国产| 啦啦啦啦在线视频资源| 亚洲在线观看片| 国产精品乱码一区二三区的特点| 12—13女人毛片做爰片一| 久久久久久久久大av| av在线天堂中文字幕| 欧美在线一区亚洲| 一本一本综合久久| 成人亚洲精品av一区二区| 久久久精品大字幕| 亚洲人成网站在线播放欧美日韩| 91久久精品电影网| 日韩欧美精品v在线| 五月玫瑰六月丁香| 日本爱情动作片www.在线观看 | 国产精品一区二区三区四区免费观看 | 欧美+亚洲+日韩+国产| 成人三级黄色视频| 亚洲美女黄片视频| 精品一区二区免费观看| 欧美性感艳星| 在线免费十八禁| 午夜精品一区二区三区免费看| 欧美最新免费一区二区三区| 亚洲欧美日韩无卡精品| 综合色av麻豆| 国产成人aa在线观看| 大又大粗又爽又黄少妇毛片口| 全区人妻精品视频| 一进一出好大好爽视频| 国产成人影院久久av| 国产精品永久免费网站| 国产男靠女视频免费网站| 最近中文字幕高清免费大全6| 乱码一卡2卡4卡精品| 在线观看av片永久免费下载| 一区二区三区四区激情视频 | 日本-黄色视频高清免费观看| 欧美一区二区国产精品久久精品| 亚洲天堂国产精品一区在线| 日韩欧美精品v在线| 性色avwww在线观看| 在线国产一区二区在线| 国产一区亚洲一区在线观看| 中文字幕免费在线视频6| 国产一级毛片七仙女欲春2| 激情 狠狠 欧美| 欧美3d第一页| 一个人看视频在线观看www免费| 伦理电影大哥的女人| h日本视频在线播放| 97碰自拍视频| 俄罗斯特黄特色一大片| 极品教师在线视频| 不卡视频在线观看欧美| 成人av一区二区三区在线看| 99在线人妻在线中文字幕| 性插视频无遮挡在线免费观看| 国产av一区在线观看免费| 国产高清不卡午夜福利| 我的女老师完整版在线观看| 久久久久九九精品影院| 真实男女啪啪啪动态图| 精品福利观看| 精品一区二区免费观看| 久久久久九九精品影院| 男女那种视频在线观看| 欧美区成人在线视频| www.色视频.com| 一区二区三区免费毛片| 成年av动漫网址| 免费av不卡在线播放| 草草在线视频免费看| 日韩欧美精品免费久久| 国产成人a区在线观看| 国产精品99久久久久久久久| 国产精品福利在线免费观看| 精品久久久久久久久av| 插阴视频在线观看视频| 日本在线视频免费播放| 搞女人的毛片| 一进一出抽搐gif免费好疼| 免费电影在线观看免费观看| 一边摸一边抽搐一进一小说| 一卡2卡三卡四卡精品乱码亚洲| 老熟妇乱子伦视频在线观看| 久久精品久久久久久噜噜老黄 | 黄色一级大片看看| .国产精品久久| 在线观看一区二区三区| 中文字幕熟女人妻在线| 亚洲成人久久爱视频| 免费一级毛片在线播放高清视频| 国产高潮美女av| 国产精品爽爽va在线观看网站| 欧美3d第一页| 99久久九九国产精品国产免费| 日本 av在线| 一级毛片我不卡| 真实男女啪啪啪动态图| 免费在线观看影片大全网站| 一级毛片电影观看 | 亚洲第一区二区三区不卡| 长腿黑丝高跟| 中文字幕精品亚洲无线码一区| 欧美日本视频| 国产精品无大码| 亚洲国产精品成人综合色| 在线播放国产精品三级| 人妻夜夜爽99麻豆av| 亚洲精品国产成人久久av| 成人亚洲精品av一区二区| 22中文网久久字幕| 国产精华一区二区三区| 女同久久另类99精品国产91| 丝袜美腿在线中文| 久久久久久久久久成人| 亚洲性夜色夜夜综合| av在线老鸭窝| 男女下面进入的视频免费午夜| 午夜日韩欧美国产| 日日撸夜夜添| 久久精品国产亚洲av天美| 2021天堂中文幕一二区在线观| 精品欧美国产一区二区三| 国产毛片a区久久久久| 九九热线精品视视频播放| 国产aⅴ精品一区二区三区波| 18禁黄网站禁片免费观看直播| 欧美xxxx性猛交bbbb| 全区人妻精品视频| 午夜老司机福利剧场| 欧美激情国产日韩精品一区| 日韩强制内射视频| 国产在线男女| 99在线人妻在线中文字幕| 久久久久精品国产欧美久久久| 欧美日韩在线观看h| 国产精品美女特级片免费视频播放器| 国产免费一级a男人的天堂| 久久午夜福利片| 熟妇人妻久久中文字幕3abv| 免费看美女性在线毛片视频| 欧美日本视频| 嫩草影院精品99| 国内精品久久久久精免费| 九九久久精品国产亚洲av麻豆| 桃色一区二区三区在线观看| 久久久午夜欧美精品| 国产淫片久久久久久久久| 三级男女做爰猛烈吃奶摸视频| 精品免费久久久久久久清纯| 内射极品少妇av片p| 狂野欧美激情性xxxx在线观看| 国内精品久久久久精免费| 国产成人91sexporn| 亚洲精品456在线播放app| 嫩草影视91久久| 男人和女人高潮做爰伦理| 一个人看的www免费观看视频| 在线观看美女被高潮喷水网站| 成人欧美大片| 国产精品三级大全| 天堂av国产一区二区熟女人妻| 亚洲精品色激情综合| 内地一区二区视频在线| 久久精品久久久久久噜噜老黄 | 一进一出抽搐动态| 欧美一区二区精品小视频在线| 久久久久九九精品影院| 女同久久另类99精品国产91| 一级毛片我不卡| 一个人看的www免费观看视频| 最近中文字幕高清免费大全6| 久久亚洲国产成人精品v| 亚洲熟妇熟女久久| 成人综合一区亚洲| 天堂动漫精品| 欧美最黄视频在线播放免费| 99在线人妻在线中文字幕| 日本一本二区三区精品| 免费电影在线观看免费观看| 丝袜喷水一区| 国产精品人妻久久久影院| 一本精品99久久精品77| 亚洲一级一片aⅴ在线观看| 国内久久婷婷六月综合欲色啪| 久久精品国产自在天天线| 成年女人毛片免费观看观看9| 久久久午夜欧美精品| 国产麻豆成人av免费视频| 免费在线观看影片大全网站| 成人av在线播放网站| 欧美三级亚洲精品| 国产欧美日韩一区二区精品| 1000部很黄的大片| 亚洲国产精品成人久久小说 | 长腿黑丝高跟| 国产精品野战在线观看| 国产一区二区激情短视频| 联通29元200g的流量卡| 久久久久久国产a免费观看| 中文字幕久久专区| 麻豆国产97在线/欧美| 联通29元200g的流量卡| 国产一区二区亚洲精品在线观看| 看黄色毛片网站| 国产精品日韩av在线免费观看| 国产色婷婷99| 精品久久国产蜜桃| 国产精品人妻久久久久久| 成人特级av手机在线观看| 天堂av国产一区二区熟女人妻| 有码 亚洲区| av专区在线播放| 国产成人福利小说| 在线国产一区二区在线| 一级毛片久久久久久久久女| 国产精品乱码一区二三区的特点| 免费人成视频x8x8入口观看| 一个人看的www免费观看视频| 偷拍熟女少妇极品色| 亚洲美女搞黄在线观看 | 18禁在线无遮挡免费观看视频 | 久久久精品大字幕| 日产精品乱码卡一卡2卡三| av卡一久久| 成人精品一区二区免费| 久久精品夜夜夜夜夜久久蜜豆| 午夜爱爱视频在线播放| 成年版毛片免费区| 中文字幕熟女人妻在线| 中文字幕人妻熟人妻熟丝袜美| av天堂在线播放| 美女cb高潮喷水在线观看| 国产免费男女视频| 色哟哟·www| 99久久成人亚洲精品观看| 国产三级在线视频| 国产亚洲精品久久久com| 日韩精品中文字幕看吧| 久久这里只有精品中国| 国产美女午夜福利| 国产高潮美女av| 国产成人aa在线观看| 大型黄色视频在线免费观看| 色视频www国产| 国产一区二区三区av在线 | 亚洲最大成人中文| 精品久久久久久久末码| 久久精品91蜜桃| 老司机影院成人| 一进一出抽搐gif免费好疼| 日韩 亚洲 欧美在线| 此物有八面人人有两片| 免费看av在线观看网站| 日韩精品有码人妻一区| 天堂影院成人在线观看| 日本精品一区二区三区蜜桃| 人妻丰满熟妇av一区二区三区| 国产亚洲91精品色在线| 国产在线男女| 国产黄色小视频在线观看| 亚洲国产精品合色在线| 精品久久久久久久末码| 身体一侧抽搐| 非洲黑人性xxxx精品又粗又长| 久久久午夜欧美精品| 女人被狂操c到高潮| 精品久久久久久久久亚洲| 亚洲不卡免费看| 99久久中文字幕三级久久日本| 亚洲在线观看片| 国产黄a三级三级三级人| 国产激情偷乱视频一区二区| 色哟哟·www| 久久亚洲国产成人精品v| 搡老妇女老女人老熟妇| 婷婷精品国产亚洲av| 亚洲精品国产av成人精品 | 成人二区视频| 五月伊人婷婷丁香| 国产综合懂色| 九色成人免费人妻av| 亚洲av中文字字幕乱码综合| 日韩成人av中文字幕在线观看 | 老司机影院成人| 男女啪啪激烈高潮av片| 极品教师在线视频| 国产精品,欧美在线| 精品国内亚洲2022精品成人| 99九九线精品视频在线观看视频| 成年版毛片免费区| 69人妻影院| 国产亚洲精品综合一区在线观看| 国产亚洲精品综合一区在线观看| 一区福利在线观看| 91精品国产九色| 久久国产乱子免费精品| a级毛色黄片| 97碰自拍视频| 非洲黑人性xxxx精品又粗又长| 国产高清视频在线播放一区| 久久九九热精品免费| 国产精品亚洲一级av第二区| 一夜夜www| 成人一区二区视频在线观看| 国产成年人精品一区二区| 免费黄网站久久成人精品| 美女免费视频网站| 色视频www国产| 日产精品乱码卡一卡2卡三| 可以在线观看的亚洲视频| 99久久久亚洲精品蜜臀av| 一本久久中文字幕| 大香蕉久久网| 久久久精品94久久精品| 国内精品久久久久精免费| 国产伦精品一区二区三区视频9| 成年免费大片在线观看| 你懂的网址亚洲精品在线观看 | 搡老熟女国产l中国老女人| 91久久精品国产一区二区三区| 亚洲精品乱码久久久v下载方式| av免费在线看不卡| 午夜日韩欧美国产| 色播亚洲综合网| 你懂的网址亚洲精品在线观看 | 亚洲四区av| 国产三级中文精品| 99热这里只有精品一区| 欧美精品国产亚洲| 色5月婷婷丁香| 国产精品久久久久久av不卡| 国产高清视频在线播放一区| 中出人妻视频一区二区| 99热只有精品国产| 国产亚洲精品av在线| 少妇猛男粗大的猛烈进出视频 | 变态另类丝袜制服| 色5月婷婷丁香| 精品久久久久久久末码| 在线观看av片永久免费下载| 色av中文字幕| 日本精品一区二区三区蜜桃| 国产伦一二天堂av在线观看| 亚洲va在线va天堂va国产| 中文字幕av成人在线电影| 精品午夜福利视频在线观看一区| 国产精品人妻久久久影院| 日韩成人伦理影院| 国模一区二区三区四区视频| 久久精品人妻少妇| 亚洲美女搞黄在线观看 | 免费看光身美女| 久久久久九九精品影院| av中文乱码字幕在线| 直男gayav资源| 成年女人永久免费观看视频| 欧美激情久久久久久爽电影| 99在线视频只有这里精品首页| 国产精品无大码| 国产aⅴ精品一区二区三区波| 综合色av麻豆| 亚洲精品一卡2卡三卡4卡5卡| 人妻少妇偷人精品九色| 男人舔女人下体高潮全视频| 欧美潮喷喷水| 免费人成视频x8x8入口观看| 老熟妇仑乱视频hdxx| 又爽又黄无遮挡网站| 在线免费观看的www视频| 日日摸夜夜添夜夜添av毛片| 俺也久久电影网| 午夜福利在线在线| 亚洲国产精品国产精品| 欧美性猛交黑人性爽| 伦理电影大哥的女人| 国产真实乱freesex| 日韩中字成人| 美女被艹到高潮喷水动态| av视频在线观看入口| 免费在线观看影片大全网站| 色av中文字幕| 色哟哟·www| 老熟妇乱子伦视频在线观看| 亚洲成人久久爱视频| 日韩精品有码人妻一区| 午夜视频国产福利| av卡一久久| 亚洲精品亚洲一区二区| 99久国产av精品| 日韩精品有码人妻一区| 亚洲人成网站在线播| 亚洲精品日韩av片在线观看| 亚洲七黄色美女视频| 中国美白少妇内射xxxbb| 岛国在线免费视频观看| 国产av麻豆久久久久久久| 久久这里只有精品中国| 国产综合懂色| 五月玫瑰六月丁香| 亚洲国产日韩欧美精品在线观看| 亚洲最大成人av| 国产精品人妻久久久久久| 欧美性猛交╳xxx乱大交人| 日日摸夜夜添夜夜添av毛片| 欧美一区二区亚洲| 亚洲国产日韩欧美精品在线观看| 综合色丁香网| 黄色一级大片看看| 一边摸一边抽搐一进一小说| 成年女人看的毛片在线观看| 亚洲国产色片| 男人舔奶头视频| 亚洲一区高清亚洲精品| 一级a爱片免费观看的视频| 高清毛片免费看| 99热只有精品国产| av专区在线播放| 18禁在线播放成人免费| 欧美激情久久久久久爽电影| 午夜老司机福利剧场| 1000部很黄的大片| 久久人人爽人人片av| 国产精品无大码| 高清毛片免费看| 亚洲自偷自拍三级| 中文字幕av在线有码专区| 18禁在线播放成人免费| 亚洲av五月六月丁香网| 午夜福利视频1000在线观看| 12—13女人毛片做爰片一| 免费在线观看成人毛片| 亚洲国产精品sss在线观看| 别揉我奶头 嗯啊视频| 久久久久久大精品| 国产精品久久久久久久电影| 性欧美人与动物交配| 国产亚洲91精品色在线| 网址你懂的国产日韩在线| 麻豆乱淫一区二区| 国产精品国产三级国产av玫瑰| 免费看光身美女| 熟女人妻精品中文字幕| 久久99热这里只有精品18| 亚洲欧美成人精品一区二区| 亚洲av免费高清在线观看| 午夜a级毛片| 日韩成人伦理影院| 精品欧美国产一区二区三| 亚洲欧美成人综合另类久久久 | 国产 一区 欧美 日韩| 亚洲av第一区精品v没综合| 国内少妇人妻偷人精品xxx网站| 日本三级黄在线观看| 美女xxoo啪啪120秒动态图| 成人特级黄色片久久久久久久| 中出人妻视频一区二区| 丰满乱子伦码专区| 国产精品久久久久久久电影| 成人亚洲精品av一区二区| or卡值多少钱| 国内精品美女久久久久久| 国产精品久久电影中文字幕| 噜噜噜噜噜久久久久久91| 永久网站在线| 国产91av在线免费观看| av在线天堂中文字幕| 99久久久亚洲精品蜜臀av| 精品人妻一区二区三区麻豆 | 欧美日本视频| 国产淫片久久久久久久久| 在线观看一区二区三区|