apply_filters to featured image

Use get_the_post_thumbnail( $id ):

$thumb = get_the_post_thumbnail( $id, 'post-thumbnail' );