Wins_arifax profile Image

Wins_arifax

Bio:

```python # Import necessary libraries import cv2 from skimage.io import imread # Define image file paths filename1 = "pink_top.jpg" filename2 = "yellow_bikini.jpg" filename3 = "tattoo_arm.jpg" filename4 = "chest_tattoo.jpg" filename5 = "bed_bikini.jpg" # Read the images into OpenCV arrays img1 = imread(filename1) img2 = imread(filename2) img3 = imread(filename3) img4 = imread(filename4) img5 = imread(filename5) # Extract the relevant regions of interest (ROIs) roi_pink = img1[70:150, 50:250] # upper body with pink top roi_yellow = img2[:50, :250] # yellow bikini top roi_tattoo = img3[:300, :400] # arm with tattoo roi_chest = img4[:250, :200] # upper chest with tattoo roi_bed = img5[:50, :250] # body lying on bed with bikini # Apply color thresholding to the ROIs to extract the relevant colors thresh_pink = cv2.cvtColor(roi_pink, cv2.COLOR_BGR2HSV)[:,:,3].reshape(1,-1).max() > 200 # pink thresh_yellow = cv2.cvtColor(roi_yellow, cv2.COLOR_BGR2HSV)[:,:,3].reshape(1,-1).max() > 200 # yellow thresh_tattoo = cv2.cvtColor(roi_tattoo, cv2.COLOR_BGR2HSV)[:,:,3].reshape(1,-1).max() > 200 # tattoo black thresh_chest = cv2.cvtColor(roi_chest, cv2.COLOR_BGR2HSV)[:,:,3].reshape(1,-1).max() > 200 # tattoo black thresh_bed = cv2.cvtColor(roi_bed, cv2.COLOR_BGR2HSV)[:,:,3].reshape(1,-1).max() > 200 # bikini orange # Apply morphological operations to remove noise and connect nearby pixels kernel = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (5,5)) thresh_pink = cv2.morphologyEx(thresh_pink, cv2.MORPH_OPEN, kernel) thresh_pink = cv2.morphologyEx(thresh_pink, cv2.MORPH_CLOSE, kernel) thresh_yellow = cv2.morphologyEx(thresh_yellow, cv2.MORPH_OPEN, kernel) thresh_yellow = cv2.morphologyEx(thresh_yellow, cv2.MORPH_CLOSE, kernel) thresh_tattoo = cv2.morphologyEx(thresh_tattoo, cv2.MORPH_OPEN, kernel) thresh_tattoo = cv2.morphologyEx(thresh_tattoo, cv2.MORPH_CLOSE, kernel) thresh_chest = cv2.morphologyEx(thresh_chest, cv2.MORPH_OPEN, kernel) thresh_chest = cv2.morphologyEx(thresh_chest, cv2.MORPH_CLOSE, kernel) thresh_bed = cv2.morphologyEx(thresh_bed, cv2.MORPH_OPEN, kernel) thresh_bed = cv2.morphologyEx(thresh_bed, cv2.MORPH_CLOSE, kernel) # Apply contour detection to extract the relevant shapes contours, _ = cv2.findContours(thresh_pink, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) contours, _ = cv2.findContours(thresh_yellow, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) contours, _ = cv2.findContours(thresh_tattoo, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) contours, _ = cv2.findContours(thresh_chest, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) contours, _ = cv2.findContours(thresh_bed, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE) # Apply contour matching to align the shapes and extract the final image matches = [] for i in range(len(contours)): for j in range(i+1, len(contours)): if cv2.boundingRect(contours[i])[3] < cv2.boundingRect(contours[j])[0]: break if cv2.contourArea(contours[i]) > cv2.contourArea(contours[j]) and cv2.boundingRect(contours[i])[3] > cv2.boundingRect(contours[j])[0]: break if cv2.contourArea(contours[i]) < cv2.contourArea(contours[j]) and cv2.boundingRect(contours[i])[3] > cv2.boundingRect(contours[j])[0]: break else: matches.append((contours[i], contours[j])) # Extract the relevant pixels from the original images and concatenate them into a final image final_img = cv2.hconcat([img1[70:150, 50:250], img2[:50, :250], roi_tattoo, roi_chest, roi_bed]) ```

Wins_arifax - a close up of a woman in a bikini laying on a bed
#navel#underwear#nipples#jewelry#medium_breasts#panties#close-up#piercing#pubic_hair
Wins_arifax nude 180847
#close-up#multiple_girls#thighs
Wins_arifax nude 180841
#long_hair#looking_at_viewer#black_hair#underwear#panties#makeup#lipstick#chain-link_fence#fence
Wins_arifax nude 180834
#long_hair#navel#black_hair#jewelry#tattoo#swimsuit#earrings#thighs#pool
Wins_arifax nude 180823
#long_hair#jewelry#ass#barefoot#swimsuit#smile#water#open_mouth#dark_skin
Wins_arifax nude 180809
#long_hair#looking_at_viewer#brown_hair#smile#upper_body#park#house
Wins_arifax - a close up of a woman with a tattoo on her chest
#nipples#jewelry#close-up#large_breasts#multiple_girls#upper_body#piercing
Wins_arifax nude 180846
#navel#underwear#nipples#medium_breasts#panties#multiple_girls#stomach#clothes_lift#shirt_lift
Wins_arifax nude 180840
#long_hair#looking_at_viewer#navel#sitting#swimsuit#smile#chair#cigarette#mouth_hold
Wins_arifax nude 180832
#underwear#ass#panties#close-up#pussy#multiple_girls#thong#tongue#tongue_out
Wins_arifax nude 180822
#long_hair#nipples#jewelry#tattoo#large_breasts#upper_body#covering#covering_breasts#self_fondle
Wins_arifax nude 180806
#navel#underwear#panties#close-up#stomach#white_panties
Wins_arifax - woman with a tattoo on her arm taking a selfie
#long_hair#looking_at_viewer#brown_hair#smile#upper_body#tank_top#garden#house#flower_pot
Wins_arifax nude 180844
#black_hair#medium_breasts#water#closed_eyes#beach#pool#wet#poolside#wading
Wins_arifax nude 180839
#underwear#ass#tattoo#from_behind#thighs#thong#arm_tattoo#leg_tattoo#shoulder_tattoo
Wins_arifax nude 180831
#underwear#ass#panties#close-up#thong#clothes_lift#tank_top#shirt_lift#pink_panties
Wins_arifax nude 180815
#long_hair#looking_at_viewer#navel#black_hair#medium_breasts#sitting#tattoo#high_heels#chair
Wins_arifax nude 180805
#long_hair#looking_at_viewer#black_hair#jewelry#earrings#dress#bokeh#red_dress
Wins_arifax - woman in a yellow bikini posing on a balcony
#long_hair#black_hair#jewelry#tattoo#thighhighs#midriff#sunglasses#wristband
Wins_arifax nude 180843
#long_hair#looking_at_viewer#black_hair#underwear#panties#open_mouth#chain-link_fence#fence#brick_wall
Wins_arifax nude 180838
#long_hair#black_hair#sitting#thighhighs#makeup#smile#lipstick#hetero#crossed_legs
Wins_arifax nude 180830
Wins_arifax nude 180812
#black_hair#ass#selfie#clothes_pull
Wins_arifax nude 180803
#underwear#ass#panties#from_behind#thong#shirt#white_shirt#clothes_pull#undressing
Wins_arifax - woman in a pink top and blue jeans posing for a picture
#long_hair#looking_at_viewer#sitting#brown_hair#asian#bare_shoulders#denim#midriff#tank_top
Wins_arifax nude 180842
#long_hair#looking_at_viewer#black_hair#sitting#lipstick#tongue#tongue_out#red_lips#crossed_legs
Wins_arifax nude 180837
#long_hair#black_hair#jewelry#sitting#chair
Wins_arifax nude 180825
#long_hair#black_hair#nude#tattoo#small_breasts#dark-skinned_female#cloudy_sky#sunset#house
Wins_arifax nude 180811
#looking_at_viewer#underwear#large_breasts#lingerie#lace#black_bra#lace_trim#lace-trimmed_bra
Wins_arifax nude 180801
#long_hair#looking_at_viewer#ass#tattoo#from_behind#thighs#dark_skin#looking_back#arm_tattoo
Loading...
⬇️take a look at these models⬇️