999精品在线视频,手机成人午夜在线视频,久久不卡国产精品无码,中日无码在线观看,成人av手机在线观看,日韩精品亚洲一区中文字幕,亚洲av无码人妻,四虎国产在线观看 ?

A Post-Processing Algorithm for Boosting Contrast of MRI Images

2022-08-24 06:59:34PriestlyShanJebaShineySharzeelSaleemRajinikanthAtefZaguiaandDilbagSingh
Computers Materials&Continua 2022年8期

B.Priestly Shan,O.Jeba Shiney,Sharzeel Saleem,V.Rajinikanth,Atef Zaguia and Dilbag Singh

1Department of Electronics&Communication Engineering,Chandigarh University,Mohali,140413,India

2Department of Electrical,Electronics&Communication Engineering,Galgotias University,Greater Noida,201310,India

3Department of Electronics and Instrumentation Engineering,St.Joseph’s College of Engineering,Chennai,600119,Tamil Nadu,India

4Department of Computer Science,College of Computers and Information Technology,Taif University,Taif,21944,Saudi Arabia

5School of Electrical Engineering and Computer Science,Gwangju Institute of Science and Technology,Gwangju,61005,Korea

Abstract: Low contrast of Magnetic Resonance(MR)images limits the visibility of subtle structures and adversely affects the outcome of both subjective and automated diagnosis.State-of-the-art contrast boosting techniques intolerably alter inherent features of MR images.Drastic changes in brightness features,induced by post-processing are not appreciated in medical imaging as the grey level values have certain diagnostic meanings.To overcome these issues this paper proposes an algorithm that enhance the contrast of MR images while preserving the underlying features as well.This method termed as Power-law and Logarithmic Modification-based Histogram Equalization(PLMHE) partitions the histogram of the image into two sub histograms after a power-law transformation and a log compression.After a modification intended for improving the dispersion of the sub-histograms and subsequent normalization,cumulative histograms are computed.Enhanced grey level values are computed from the resultant cumulative histograms.The performance of the PLMHE algorithm is compared with traditional histogram equalization based algorithms and it has been observed from the results that PLMHE can boost the image contrast without causing dynamic range compression,a significant change in mean brightness,and contrast-overshoot.

Keywords: Contrast enhancement;histogram equalisation;image quality;magnetic resonance imaging;medical image analysis;post-processing

1 Background&Problem Domain

Magnetic Resonance Imaging(MRI)is a medical imaging modality used to visualize the internal organs of the human body.The MRI is widely used for the diagnosis of a broad spectrum of diseases like ischemic stroke [1],Autism Spectrum Disorder (ASD) [2],Parkinson’s disease [3],brain tumors[4],Schizophrenia[5],intracranial Tuberculosis[6],pancreatic cancer[7],Osteo Arthritis[8],prostate cancer [9]and Endometriosis [10].Because of hardware limitations,images obtained from low-field MRI scanners are of low resolution,low acutance,and low contrast.The presence of noise is another factor that reduces the quality of MR images.Hence,post-processing algorithms are extensively used in medical imaging to improve the quality of MR images.

The post-processing algorithms used for improving the quality of MR images include bias correction[11,12],denoising/smoothing filters[13,14],super-resolution techniques[15,16],sharpening schemes[17],and contrast enhancement.The contrast enhancement improves the visibility of subtle changes and fine structures in the MR images.Contrast boosting is helpful to make the interpretation of MR images easier and the diagnosis more accurate.Segmentation of brain structures or anomalies is a usual procedure involved in the automated analysis of MRI.For example,segmentation of the hippocampus is a step involved in the automated diagnosis of Alzheimer’s Disease(AD)from MRI[18].Similarly,accurate segmentation of brain tumors is an important step in MRI-guided automated surgery and radiation treatment planning[19].Contrast boosting is helpful to improve the efficiency of segmentation algorithms.

2 Related Work

Among the contrast boosting algorithms,Histogram Equalization(HE)is the one that is widely used on medical images.However,HE has several limitations.HE causes over-enhancement and amplifies noise.It intolerably changes the mean brightness of the image.Several algorithmic modifications of HE meant for incorporating brightness-preserving characteristics are available in the literature.Based on the application,the modifications of HE can be categorized in different ways.Certain modifications of HE are exclusively intended for enhancing color images.The image enhancement algorithm based on the combination of reflectance guided HE and ‘comparametric approximation’proposed by Wu et al.[20]is a typical example of this.Another example is the white balancing algorithm proposed by Kumar et al.[21].Certain other modifications of HE are exclusively meant for enhancing the contextual information rather than the region-wise contrast.The Fuzzy-Contextual Contrast Enhancement(FCCE) scheme proposed by Parihar et al.[22]is an example of this.In the FCCE,the enhanced image is computed from the histogram of fuzzy-based local contrast,rather than the intensity histogram.

Apart from algorithms for color image enhancement and improving the local contrast(contextual information),techniques suitable for enhancing the global contrast of greyscale images are also available in the literature.The Adaptive Histogram Equalization (AHE) [23],Non-parametric Modified Histogram Equalization(NMHE)[24],Plateau Limit-based Tri-histogram Equalization(PLTE)[25],Triple Clipped Dynamic Histogram Equalization based on Standard Deviation (TCDHE-SD) [26],Clipped and Thresholded Weighted Histogram Equalization (CTWHE) [27]and Contrast Limited Adaptive Histogram Equalization(CLAHE)[28,29]are certain examples suitable for boosting global contrast of greyscale images.

In the AHE,the normalized histogram is clipped with respect to its mean amplitude,and the cumulative histogram computed from the clipped histogram is normalized to a range 0-1,if the ratio of maximum amplitude and mean amplitude of the normalized histogram is greater than an arbitrary value(suggested as 10).If the ratio of maximum amplitude and mean amplitude of the histogram is less than the arbitrary value,clipping and normalization steps are waived.Following this,the cumulative histogram is subjected to an exponential weighting.In the weighting process,the ratio of the total sum of values in the cumulative histogram and the highest possible intensity value is used as the exponent.

In NMHE,to avoid amplification of noise,only the pixels which exhibit a relatively higher value of gradient with respect to their neighbors are considered while computing the histogram.The histogram normalized to the range [0 1]is clipped with respect to a threshold value equal to the reciprocal of the maximum possible number of grey levels (256 in a unit8 image).A linear combination of the clipped histogram and a uniform histogram is computed following this.The amplitude of the uniform histogram is equal to the reciprocal of the maximum possible number of grey levels,at all grey levels.In the linear combination,the total sum of the differences between corresponding values in the uniform histogram and the clipped histogram is used as the weight of the clipped histogram.The difference of the total sum of the differences between corresponding values in the uniform histogram and the clipped histogram and one is used as the weight of the uniform histogram,in the linear combination.A cumulative histogram computed from the output histogram of the linear combination and the enhanced image is computed from the cumulative histogram.To compensate the change in mean brightness,the output of the histogram equalization is subjected to a gamma transformation.The ratio of the log of the normalized value of the mean brightness of the input image and the log of the normalized value of the mean brightness of the output of histogram equalization is used as the value of gamma.

In PLTE,the histogram is clipped with respect to the average of mean and median f amplitude values in it.The clipped histogram is partitioned into three sub-histograms with respect to two threshold values.The first threshold is the sum of the minimum intensity of the input image and the standard deviation of the pixel intensities in it.The second threshold is the difference between the highest intensity of the input image and the standard deviation of the pixel intensities in it.Each sub-histogram is equalized individually.

In the TCDHE-SD,the histogram is partitioned into three sub-histograms with respect to two threshold values.The first threshold is the difference between the mean intensity of the input image and the product of 0.43 and the standard deviation of the pixel intensities in it.The second threshold is the sum of the mean intensity of the input image and the product of 0.43 and the standard deviation of the pixel intensities in it.Each sub-histogram is clipped.The clip-limit used for the first sub-histogram is the product of the sum of values in the first sub-histogram and the reciprocal of the difference between the first threshold and minimum intensity of the input image.The clip-limit used for the second subhistogram is the product of the sum of values in the second sub-histogram and the reciprocal of the difference between the second threshold and first threshold.The clip-limit used for the third subhistogram is the product of the sum of values in the third sub-histogram and the reciprocal of the difference between the second threshold and maximum intensity of the input image.A cumulative histogram is computed from each clipped sub-histogram after normalizing with the total sum of values in it.Enhanced grey level values are computed from the cumulative histograms.

In CTWHE,the histogram is clipped first with respect to an arbitrary clip-limit.The histogram amplitudes below another arbitrarily chosen threshold value are made 0.The clipped and thresholded histogram is subjected to a Power-Law Transformation.The cumulative histogram is computed from the weighted histogram.Enhanced grey levels are computed from the cumulative histogram.

In the CLAHE,the input image is first partitioned into non-overlapping blocks.The histograms of the individual blocks are clipped against a user-defined clip-limit.The remaining pixels resulting from the clipping process are filled back to the histogram bins.The cumulative histogram is computed after the refilling process.The cumulative histogram is subjected to a modification based on a user-defined histogram specification.Three types of histogram specifications are mostly used in CLAHE.These specifications are uniform,exponential,Rayleigh.The block-wise enhancement procedure followed in CLAHE results in artificial edges among the blocks.To reduce the impact of this drawback pixel values at the boundary of the blocks are calculated with the help of a bilinear interpolation algorithm.

3 Limitations of Existing Techniques&Motivation

In the reflectance-guided HE,estimation of the reflectance component is based on the Retinex theory.Retinex theory is applicable for image formation in a digital camera and it does not account for the image reconstruction process in MRI.In the white balancing algorithm,information from all color channels is used simultaneously.Hence,white balancing is not suitable for greyscale images like MRI.Methods like FCCE can make the image sharper.FCCE does not increase the grey level contrast between objects and regions lying spatially apart.

They pushed her here, and threw her wretched clothes there, and gave her to eat only what they left, and they were as unkind to her as ever they could be

The AHE,NMHE,PLTE,TCDHE-SD,and CTWHE do not have brightness-preserving characteristics.The NMHE,PLTE,TCDHE-SD and CTWHE compress the dynamic range of the image.The output images produced by any ideal contrast boosting technique should occupy the full dynamic range.Drastic changes in brightness features,induced by post-processing are not appreciated in medical imaging as the grey level values have certain diagnostic meanings.CLAHE has some other serious limitations also.The bilinear interpolation used to compute the grey levels along the borders of the blocks does not suppress the inter-block edges caused by the block-wise equalization.The quality of the enhanced images obtained from CLAHE heavily depends on the choice of multiple userdefined parameters such as clip-limit,size of the tile,targeted histogram shape,and model parameters of targeted histogram specification.The process of adjusting many such user-defined parameters simultaneously is very complex.Hence CLAHE is less user-friendly.As a solution to these problems,a post-processing algorithm termed as Power-law and Logarithmic Modification-based Histogram Equalization (PLMHE) that has excellent feature-preserving features,for boosting the contrast of MR images is proposed in this paper.

4 Power-law and Logarithmic Modification-based Histogram Equalization(PLMHE)

The first step in the PLMHE is the computation of the histogram of the input image.Let the histogram of the input image‘X’be:

In Eq.(1),‘Hk’represents the number of occurrences of an arbitrary grey level,‘k’in the input image,‘X’and‘L-1’is the maximum possible grey level value.In an image with bit-depth equal to 8(uint8 image),the maximum possible grey level value is,L-1=28-1=255.

In the second step,the histogram,‘Hk’is subjected to an adaptive power-law transformation as:

In Eq.(2),‘α’is normalised value of the mean intensity of the input image,‘X’.The power-law transformation is referred to as‘adaptive’because the exponent,‘γ’is determined adaptively from the normalised value of the mean intensity of the input image.The normalized value of the mean intensity of the input image can be computed alternatively as:

In Eq.(3),‘R’and ‘C’respectively are the number of rows and number of columns in the input image.From Eqs.(2)and(3),it can be inferred that the range of‘α’is[0 1].This implies,

From Eqs.(2) and (4),it can be understood that the higher is the normalized value of the mean intensity,the histogram undergoes a higher level of amplification.A log transformation is applied to the histogram obtained after the power-law transformation,to avoid over-enhancement and saturation.The log transformation is,

In Eq.(5),‘β’,is a user-defined parameter within a range,0 ≤β≤1,which further penalises the histogram for restricting the over-enhancement and saturation.Preservation of mean brightness is a major concern in histogram equalization-based contrast boosting.Hence,for preserving the mean brightness,the principle of bi-histogram equalization[30]is adopted.The histogram obtained after the log transformation‘Qk’is split into two sub-histograms,with respect to an adaptive intensity threshold,‘τ’.The first sub-histogram obtained from the histogram partitioning is,

The second sub-histogram is,

In Eqs.(8) and (9),‘σA’and ‘σB’respectively are standard deviations of amplitude values in the sub-histograms‘Ak’and‘Bk’.The notions,‘μA’and ‘μB’respectively denote the mean amplitudes of the sub-histograms‘Ak’and‘Bk’given by,

The modified sub-histograms,‘Dk’and‘Ek’are normalized as,

The histogram at various levels of processing described in Eqs.(1) to (11) is shown in Fig.1.Relatively high amplitudes the original histogram (Fig.1a) is amplified to a greater degree by the PLT as apparent in Fig.1b.Readers should note that the multiplier corresponding to the Y-axis in Fig.1b is 105.The nonlinear log transform compresses the histogram amplitudes as seen in Fig.1c.Uniformly adding the respective values of the standard deviation to the sub-histograms,emphasize the low amplitude values and penalizes high amplitude values,upon normalization as evident in Figs.1c-1i.

Figure 1:(Continued)

Figure 1:Histogram at various levels of processing (a) Original histogram (b) After power-law transform (c) After log transform (d) First sub-histogram (e) Second sub-histogram (f) First subhistogram after modification (g) Second sub-histogram after modification (h) modified first subhistogram after normalization(h)modified second sub-histogram after normalization

The enhanced grey level,‘i’corresponding to the original grey level,‘k’is

In Eq.(12),‘Xmin’and ‘Xmax’respectively are the minimum and maximum values of grey levels present in the input image,‘X’.Each intensity,‘k’in the input image,‘X’is replaced by the corresponding enhanced intensity,‘i’to obtain the contrast-boosted image.

The steps involved in PLMHE described above are pictorially depicted in Fig.2.The histogram of the input image is subjected to a PLT and a log compression.The resultant histogram is partitioned into two sub-histograms with respect to an intensity threshold.The value of the exponent in the PLT is an exponential function of normalized mean intensity of the input image.The intensity threshold is the product of normalized mean intensity of the input image and the maximum possible number of grey levels.Each sub-histogram is modified by adding the standard deviation of values in it for enhancing the dispersion.After normalizing the modified sub-histograms with the total sum of values in them,cumulative histograms are computed.Enhanced grey level values are computed from the cumulative histograms.

Figure 2:Schematic of the steps involved in PLMHE

Algorithm 1:Pseudo-code of PLMHE Step 1:Compute histogram‘Hk’of the input image‘X’Step 2:Compute normalised value of the mean intensity‘α’of the input image,‘X’using Eq.(2)or Eq.(3)Step 3:Compute the value of the exponent,‘γ’using Eq.(2)Step 4:Apply power-law transformation in Eq.(2)on the histogram‘Hk’and obtain‘Pk’Step 5:Initialize the value of the user-defined parameter‘β’within a range,0 ≤β ≤1 Step 6:Apply power-law transformation in Eq.(5)on‘Pk’and obtain‘Qk’Step 7:Compute the value of adaptive intensity threshold,‘τ’from the total number of possible grey levels,‘L’and‘α’such that,τ=Lα Step 8:Split the log-transformed histogram‘Qk’with respect to the adaptive intensity threshold,τ’into two sub-histograms,‘Ak’and‘Bk’Step 9:Compute the mean amplitudes ‘μA’and ‘μB’of the sub-histograms ‘Ak’and ‘Bk’from Eq.(10)Step 10:Compute the standard deviations of amplitude values‘σA’and‘σB’of the sub-histograms‘Ak’and‘Bk’from Eqs.(8)&(9)Step 11:Compute modified sub-histograms,‘Dk’and‘Ek’as Dk= Ak+σA &Ek= Bk+σA from Eqs.(8)and(9)Step 12:Obtain ‘Fk’and ‘Gk’by normalising the modified sub-histograms,‘Dk’and ‘Ek’from Eq.(11)‘(Continued)

Algorithm 1:Continued Step 13:Compute the enhanced grey level,‘i’corresponding to the original grey level,‘k’from Eq.(12)Step 14:Replace each intensity,‘k’in the input image,‘X’by the corresponding enhanced intensity,‘i’to obtain the contrast-enhanced image.

5 Test Images&System Requirements

A data set comprising 100 MR slices are used in this experiment.It is a well-established dataset already used in literature for evaluating the performance of image enhancement algorithms[31-33].Images in the data set are acquired with the help of a 1.5 Tesla 2D MRI scanner manufactured by GE Medical Systems (Model:Signa HDxt),available at Hind Labs,Government Medical College Kottayam,Kerala,India.The Series of acquisitions is MR Spectroscopy.Slice thickness and interslice gap set during the image acquisition are 5 and 1.5 mm,respectively.Images from T1 Fast Spin-Echo Contrast-Enhanced(FS-ECE),T2 Fluid Attenuation Inversion Recovery(FLAIR),Diffusion-Weighted Imaging (DWI),Gradient Recalled Echo (GRE) and 1000b Array Spatial Sensitivity Encoding Technique(ASSET)pulse sequences are used.Proposed and state-of-the-art enhancement algorithms are simulated using Matlab?2020a.The software is installed on a desktop computer operating on Windows 7 with 8 GB RAM.The system runs on an i3-2100 processor with 2 cores and a maximum speed of 3.1 GHz.

6 Results&Discussions

In this section,the performance of PLMHE is tested against its alternatives,namely,AHE,NMHE,PLTE,TCDHE-SD,CTWHE and CLAHE,via subjective inspection of their output images and with the help of objective quality metrics like Patch-based Contrast Quality Index (PCQI) [34],Absolute Mean Brightness Error (AMBE) [35],Over-Contrast Measure (OCM) [36]and Dynamic Range(DR).

6.1 Subjective Evaluation

Output images of AHE,NMHE,PLTE,TCDHE-SD,CTWHE,CLAHE,and PLMHE on three test images are furnished in Figs.3-5.Output images of AHE (Figs.3b,4b and 5b) and NMHE(Figs.3c,4c,and 5c) are significantly brighter than the input images.Rather than increasing the brightness,the grey level difference between different structures has not improved.However,the increase in brightness is not as severe in NMHE as AHE.Output images of PLTE(Figs.3d,4d and 5d),TCDHE-SD (Figs.3e,4e and 5e),and CTWHE (Figs.3f,4f and 5f),appear to be unnatural.Inherent brightness features of the input images are not maintained during the contrast boosting.Drastically amplified background noise is visible in the output images of CTWHE.Being a local enhancement scheme,CLAHE sharpens the texture instead of improving global contrast among the structures as visible in Figs.3g,4g and 5g.PLMHE ((Figs.3h,4h and 5h)),improves the global contrast among the structures by maintaining inherent brightness features of the input images.The issues of noise amplification observed in TCDHE-SD and textural sharpening noted in CLAHE,are absent in PLMHE.On all 100 test images,the PLMHE is found to be better than AHE,NMHE,PLTE,TCDHE-SD,CTWHE,and CLAHE.

Figure 3:Output of various contrast boosting schemes(a)Input image 1(b)AHE(c)NMHE(d)PLTE(e)TCDHE-SD(f)CTWHE(g)CLAHE(h)PLMHE

6.2 Objective Evaluation

Any ideal contrast boosting algorithm should maximize the image contrast without causing dynamic range compression,a significant change in mean brightness,and over-enhancement/contrastovershoot.These aspects are considered in this paper for objectively evaluating the quality of enhanced images.The first objective measure,Dynamic Range (DR) reflects the dynamic range compression.Ideally,grey levels in an enhanced image should occupy the full dynamic range.The ideal value of DR is 0-255,in a uint8 image.Another quality metric,the Patch-based Contrast Quality Index(PCQI)is used to measure the grey level contrast of enhanced images.Absolute Mean Brightness Error(AMBE)is employed to quantify the shift in mean brightness.Over-Contrast Measure (OCM) indicates the degree of contrast-overshoot.The OCM is a bounded statistic with a range[0 1].The value of PCQI should be as high as possible.The values of the AMBE and OCM are expected to be as low as possible.

Values of DR of enhanced images from various contrast boosting techniques on three test images are shown in Tab.1.From Tab.1 it is evident that NMHE,PLTE,TCDHE-SD,and CTWHE compress the dynamic range of the image.The issue of dynamic range compression is more severe in PLTE and CTWHE compared to NMHE and TCDHE-SD.AHE,CLAHE,and PLMHE are free from the above issue.Outputs of all three algorithms cover almost the full dynamic range in a relatively better way.

Values of objective quality metrics shown by various contrast boosting techniques on 100 test images are shown in Tab.2.Very high values of PCQI in Tab.2,exhibited by CLAHE and PLMHE indicate that they can produce output images with very high perceptual contrast.Compared to the AHE,NMHE,PLTE,TCDHE-SD,CTWHE,and CLAHE,PLMHE exhibits the lowest values of AMBE and OCM.The lowest value of AMBE shown by PLMHE reflects its excellent ability to preserve brightness features.The lowest value of OCM shown by PLMHE confirms that it is free from the issue of contrast-overshoot.Even though CLAHE has exhibited high values of PCQI,it shows AMBE and OCM values significantly higher than that of the PLMHE.CLAHE is prone to contrast-overshoot,and it is inferior to PLMHE in terms of brightness-preserving features.

Figure 5:Output of various contrast boosting schemes(a)Input image 3(b)AHE(c)NMHE(d)PLTE(e)TCDHE-SD(f)CTWHE(g)CLAHE(h)PLMHE

Table 1:Dynamic Range(DR)of enhanced images

Table 1:Continued

Table 2:Values of objective quality metrics shown by various contrast boosting techniques on 100 test images

7 Conclusion and Future Scope

A post-processing algorithm termed as Power-law and Logarithmic Modification-based Histogram Equalization(PLMHE)that has excellent feature-preserving features,for boosting the contrast of MR images was proposed in this paper.PLMHE exhibited higher values of PCQI and lower values of AMBE and OCM compared to state-of-the-art contrast boosting algorithms,namely,AHE,NMHE,PLTE,TCDHE-SD,CTWHE,and CLAHE.It was found that outputs images of PLMHE cover the full dynamic range.It has been observed that PLMHE could boost the image contrast without causing dynamic range compression,a significant change in mean brightness,and contrastovershoot.

The performance of PLMHE was tested in this paper via subjective inspection of the output images and with the help of objective quality metrics like PCQI,AMBE,and OCM.The impact of contrast boosting needs to be further studied on context-specific clinical applications.One constraint encountered during the performance evaluation of PLMHE was lack of a unique objective quality metric that can reflect the overall quality of the enhanced images in terms of perceptual contrast,dynamic range,brightness-preservation,and contrast overshoot.Such a metric can make the performance evaluation of contrast boosting techniques easier and more reliable.The feasibility of PLMHE for hardware implementation needs to be evaluated further on a suitable hardware platform like Field Programmable Gate Array(FPGA).

Acknowledgement:This work was supported by Taif university Researchers Supporting Project Number(TURSP-2020/114),Taif University,Taif,Saudi Arabia.

Funding Statement:This work was supported by Taif university Researchers Supporting Project Number(TURSP-2020/114),Taif University,Taif,Saudi Arabia.

Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

主站蜘蛛池模板: 国产一级做美女做受视频| 激情六月丁香婷婷| 九色视频最新网址 | 国产成人麻豆精品| 亚洲天堂首页| 亚洲精品欧美日本中文字幕| 婷婷在线网站| 真实国产精品vr专区| 蜜臀av性久久久久蜜臀aⅴ麻豆| 色婷婷在线播放| 欧美亚洲日韩中文| 97成人在线视频| 黄片一区二区三区| 高潮毛片免费观看| 成人午夜福利视频| 国产一级α片| 亚洲男女在线| 亚洲国产成人综合精品2020| 亚洲无限乱码| 国产无遮挡猛进猛出免费软件| 不卡视频国产| yjizz视频最新网站在线| 伊人久久影视| 国产激情影院| 亚洲精品国偷自产在线91正片| 国产在线专区| 全免费a级毛片免费看不卡| 91国内外精品自在线播放| 全部免费毛片免费播放| 免费一级毛片在线播放傲雪网| 久久情精品国产品免费| 国产一区二区三区精品欧美日韩| 精品综合久久久久久97超人| 嫩草在线视频| 亚洲成人免费看| 亚洲国产精品一区二区高清无码久久| 国产精品污视频| 日本免费a视频| 国产免费久久精品99re丫丫一| 国产 在线视频无码| 国产手机在线小视频免费观看 | av无码久久精品| 久久国产精品电影| 香蕉eeww99国产在线观看| 久久这里只精品国产99热8| 亚洲男人天堂2018| 手机在线看片不卡中文字幕| 亚洲日韩精品无码专区| 色亚洲激情综合精品无码视频| 免费全部高H视频无码无遮掩| 精品一區二區久久久久久久網站| 欧美成人精品欧美一级乱黄| 亚洲国产日韩在线成人蜜芽| 毛片最新网址| 无码免费视频| 波多野结衣在线一区二区| 制服丝袜一区| 亚洲三级成人| 国产理论一区| 国产精品lululu在线观看| 国产成人8x视频一区二区| 国产91高跟丝袜| 欧美中出一区二区| 欧美成人日韩| 毛片久久网站小视频| a级高清毛片| 四虎成人免费毛片| 日韩欧美国产另类| 成人免费午间影院在线观看| 久久精品女人天堂aaa| 国产日产欧美精品| 亚洲精品图区| 亚洲人成网站18禁动漫无码| 国产在线精品99一区不卡| 四虎成人精品在永久免费| 亚洲男人天堂2020| 欧美日韩成人在线观看| 99精品在线看| 国产成人免费高清AⅤ| 午夜精品区| 五月婷婷激情四射| 首页亚洲国产丝袜长腿综合|